View Full Version : Pop Up Window Help


swimeckly287
06-28-2006, 03:03 PM
My site, TR (twisted reality), has been undergoing some transformations lately. Mainly its just been uploading everything into my new layout. Im almost done, however Im stuck at the Links page. What I want to do is to create an extensive list of links. I've done that so far, but now I need to figure out how to get it onto my site, the content space of which is about half the size of my old content space. I want to sort the links alphabetically and have an 'a's, 'b's, 'c's, etc link that when you click on it, it will pop up in a new window with all of the links right there. However my HTML coding knowledge isnt as extensive as I would like it to be, so thats where you guys come in. Can someone help me? Thanks in advance

<3
Ling

bourdelson
06-28-2006, 05:53 PM
You could use pop-up windows [which it sounds like you want, unless you mean for each link for a's, b's, c's, et cetera, to open in a new browser window all together]. The tutorial for pop-ups can be found here: http://www.lissaexplains.com/javascript4.shtml#window

Hopefully, this can help you do what you want! :)

ponygrl2
06-29-2006, 03:38 AM
What you can use for this is buttons like this
<input type="button" value="a b c etc." ONCLIC="window.open('A b c pageurlhere.html', 'Sample of page', 'toolbar=no,location=no,directories=no,status=no,m enubar=no,scrollbars=no,resizable=no,copyhistory=y es,width=width number here,height=height number here')">
<!--End of popup window code--!>

ponygrl2
06-29-2006, 03:40 AM
What you can use for this is buttons like this
<input type="button" value="a b c etc." ONCLIC="window.open('A b c pageurlhere.html', 'Sample of page', 'toolbar=no,location=no,directories=no,status=no,m enubar=no,scrollbars=no,resizable=no,copyhistory=y es,width=width number here,height=height number here')">
<!--End of popup window code--!>
For an example go to my site http://horses.dynip.com:8080/Home.html/

bourdelson
06-29-2006, 04:03 PM
Just so you know, ponygrl2, advertising your site is against the rules of the forum. If the person needs an example, they will ask, or if you feel the need to give them one, you are supposed to refer to something like a tutorial so they can understand how the code works.

swimeckly287
06-29-2006, 04:07 PM
I dont know if this matters or not...but the link didnt work for me anyway. I know its still against the rules, but she was only trying to help. *doesnt like it when she causes trouble-pouts* :D

<3
Ling