Forum Moderators: TheBryster
Bryce F.A.Q (Last Updated: 2024 Nov 26 4:28 pm)
I think it's somewhere in the behaviors dropdown. Try looking there.
Your friendly neighborhood Wings3D nut.
Also feel free to browse my freebies at ShareCG.
There might be something worth downloading.
Bandolin try this
//A href="javascript:window.open('URL',
'window-name','menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no,width=xxx,height=xxx')">your link///A>
Dont forget to replace the // with < when copying this code
Replace window-name by the name of this new window, Replace URL by the url of the new window, replace xxx by the size in pixels of your new window.
You should know too that this "simple" method may not work if the browser used got a "anti pop-up"
cheers
Message edited on: 02/27/2006 16:51
Attached Link: http://graphicfantastic.com
You can't do that in straight HTML. You have to use a bit of javascript. Pidjy has the right code. Or, if you like, you can see how I do it at my site, linked above.Thanks for all the replies but I was looking for a Dreamweaver method. The pidgy and aprilgem methods require me to add coding and I'm not sure where that goes.
<strong>bandolin</strong><br />
[Former 3DS Max forum coordinator]<br />
<br />
<a href="http://www.renderosity.com/homepage.php">Homepage</a> ||
<a href="http://www.renderosity.com/mod/sitemail/">SiteMail</a> ||
<a href="http://excalibur.renderosity.com/mod/gallery/browse.php?user_id=70375">
Gallery</a> || <a href="http://www.renderosity.com/mod/freestuff/index.php?username=bandolin">
Freestuff</a>
<p><em>Caution: just a hobbyist</em></p>
This is the code I'm getting for the button that launches the page I want in its own window.
a href="portfolio.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Portfolio','','Images/Navbuttons/PortfolioDwn.jpg',1)"////img src="Images/Navbuttons/PortfolioUp.jpg" alt="Portfolio Button" name="Portfolio" width="92" height="55" border="0"// /a He he. I had to replace the <> with //
Message edited on: 02/27/2006 19:47
<strong>bandolin</strong><br />
[Former 3DS Max forum coordinator]<br />
<br />
<a href="http://www.renderosity.com/homepage.php">Homepage</a> ||
<a href="http://www.renderosity.com/mod/sitemail/">SiteMail</a> ||
<a href="http://excalibur.renderosity.com/mod/gallery/browse.php?user_id=70375">
Gallery</a> || <a href="http://www.renderosity.com/mod/freestuff/index.php?username=bandolin">
Freestuff</a>
<p><em>Caution: just a hobbyist</em></p>
If I use aprilgem's technique is this what I should code in its place... a href="portfolio.htm" onclick="window.open('portfolio.htm', 'Portfolio', 'width=xxx', height=xxx, scrollbars=no, resizable=no, toolbar=no, directories=no, location=no,menubar=no, status=no'); return false"
<strong>bandolin</strong><br />
[Former 3DS Max forum coordinator]<br />
<br />
<a href="http://www.renderosity.com/homepage.php">Homepage</a> ||
<a href="http://www.renderosity.com/mod/sitemail/">SiteMail</a> ||
<a href="http://excalibur.renderosity.com/mod/gallery/browse.php?user_id=70375">
Gallery</a> || <a href="http://www.renderosity.com/mod/freestuff/index.php?username=bandolin">
Freestuff</a>
<p><em>Caution: just a hobbyist</em></p>
The width and height should be together, no single quotation mark between them. Also, no spaces after the commas in that last array. The Dreamweaver code you provided is for mouseovers -- rollover buttons. The buttons change look as you mouseover them, in other words. Wish I could help you more, but I'm leaving the house in half an hour -- going to the airport so I can take a trip to Australia. :) Won't be online after this post for two weeks at least.
----------
Toolset: Blender, GIMP, Indigo Render, LuxRender, TopMod, Knotplot, Ivy Gen, Plant Studio.
I had as many as 5 windows open by moving the mouse over the button. I wanted the window to open when you click the button. Furthermore, in order for it to work at all, I had to disable "Block Popups". I didn't think it would be this hard. All I want is a new window constrained to a certain size without all the menu stuff when you click the button.
Message edited on: 02/28/2006 07:50
<strong>bandolin</strong><br />
[Former 3DS Max forum coordinator]<br />
<br />
<a href="http://www.renderosity.com/homepage.php">Homepage</a> ||
<a href="http://www.renderosity.com/mod/sitemail/">SiteMail</a> ||
<a href="http://excalibur.renderosity.com/mod/gallery/browse.php?user_id=70375">
Gallery</a> || <a href="http://www.renderosity.com/mod/freestuff/index.php?username=bandolin">
Freestuff</a>
<p><em>Caution: just a hobbyist</em></p>
Message edited on: 02/28/2006 07:47
----------
Toolset: Blender, GIMP, Indigo Render, LuxRender, TopMod, Knotplot, Ivy Gen, Plant Studio.
Awesome that worked! Thanks so much Gog_CA1. I had to change the default from "Show Events for 3.0 browsers and on" to "Show Events for 4.0 Browser and on" in order to get the onClick option.
<strong>bandolin</strong><br />
[Former 3DS Max forum coordinator]<br />
<br />
<a href="http://www.renderosity.com/homepage.php">Homepage</a> ||
<a href="http://www.renderosity.com/mod/sitemail/">SiteMail</a> ||
<a href="http://excalibur.renderosity.com/mod/gallery/browse.php?user_id=70375">
Gallery</a> || <a href="http://www.renderosity.com/mod/freestuff/index.php?username=bandolin">
Freestuff</a>
<p><em>Caution: just a hobbyist</em></p>
@Rayraz Actually, I'm a Java developer...I do lots of back end stuff. Databases, J2EE, that sort of thing. ;) I'm the one that gets yelled at when the site goes down... :)
I used to develope in PERL and C++ (plus HTML/jscript/CSS2/mySQL), alas I'm not 'at the coal face' anymore so the programming doesn't get used a great deal, I just 'talk' to my gang when it goes pear shaped :). Much as I hate to admit it I've also used Flash and actionscript for a fair number of years - but saying that around web developers is a bit like going into a womens institute meeting and asking whether they watch porn - lots of angry faces and shouting :)
----------
Toolset: Blender, GIMP, Indigo Render, LuxRender, TopMod, Knotplot, Ivy Gen, Plant Studio.
Heeey cool stuff! Anyone Gog and Nevanna! Do any of u two have an idea what I should look in to for scanning images and uploading them to the server automatically in a php-based system? I know how to upload files using php, that's not the main problem, but how to make a form with a "scan" button that will scan the image? I also need to find out a similar thing for taking puctures with a webcam.... Anyone got any pointers where I should focus at for this? -- Ray (guilty of using flash too)
(_/)
(='.'=)
(")(")This is Bunny. Copy and paste bunny into your
signature to help him gain world domination.
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
I'm trying to spruce up my website and I am a complete novice at this. I'm using Dreamweaver MX. I would like to create a link that when clicked, will create a new window at a specifice dimension without the URL or Menu bar appearing. I know this can be done, I'm looking for a way to do in Dreamweaver.