Okay whats the coding to make a pop up console work fro a specific link like if you click on the 'replies' count on a thread on the general forum on GWW?
I cant find it anywhere on my HD lol
Regards,
Lee
Printable View
Okay whats the coding to make a pop up console work fro a specific link like if you click on the 'replies' count on a thread on the general forum on GWW?
I cant find it anywhere on my HD lol
Regards,
Lee
um, target=_blank ?
Yeah thats how i want it to work but its javascript isnt it?
What im looking for is to make a window open thats say 100x200 in size specific to a link for a 'help' menu kinda thing.
Regards,
Lee
I have the code sitting in my development folder, babe! I'll make it work.
GA
ah. yeah theres tons of js popup code thingies. i have one i use thats nifty... specific size, centered on screen, etc. try javascriptsource.com
See what happens when you go to the store without me.. i actualy need you to find me some code and your not around to help lol
Regards,
Lee
dynamicdrive.com has some fabulous popup codes that do all sorts of odd and cool things.
This would go in your head =
function doPopUp(){
doPopUpWindow = window.open("http://somepage.html","George","resizable=yes,width=300,height=400");
}
I'm not sure if putting code in a thread will screw up the thread so I wont put the "whole" code in.
You need to put the word "script" in before the code and after it, using the brackets naturally.
This part goes in the body =
a href="javascript:doPopUp()" Click Here
Make sure to place brackets < > before and after (after is before the "click here")
If you have any problems, you can hit me up on yahoo mesg =
Rainbowmichigan