PDA

View Full Version : Html Help


magnatique
04-10-2002, 07:15 PM
hey guys! trying to get out of my hole and post more... been real busy working on these sites, they'll rock I'm telling ya!!!!!<br /><br />hey, I want to do this, but I'm unsure how... anyone has a piece of code for me?<br /><br />I have a link on my main page.<br /><br />when I click this link, I want a small popup to offer me three options : low | Medium | High<br /><br />say I click high, I want the high.html to load to that main page I had, and the pop up window to close.<br /><br />how do I do that? have a link to target="main" at the same time as having the link trigger a "close" for the popup?<br /><br />thanks guys!

SexySites
04-10-2002, 09:04 PM
there is a way to do this <br /><br />open a new window in javascript ...<br /><br />then you can change the openers page (i.e. your main page) by doing this code (or something similar)<br /><br />&lt;a href="javascript:window.opener.location.href='high.html' &gt;high&lt;/a&gt;<br /><br />etc..<br /><br />hope this helps <img border="0" title="" alt="[Big Grin]" src="biggrin.gif" /> <br /><br />If you want more help hit me up on icq and i'll help you out.<br /><br />laters,<br />Chris