I need a similar code like this but instead of having the link open up that one url “thankyou.htm” I want to be able to specify a different html page for it to open up with the same values.
So it would be something like.. <a href="java script
penpopup(somepage.htm)">
<a href="java script
penpopup(otherpage.htm)">
Etc and so on you get the idea? Does anyone have a script like this that you can post please?
The bottom script is just an example. Does anyone have a script similar to this or something?
Basically I want to use a script like this but for me to be able to use it on multiple links and not just the one that the script specifies.
<script>
//Popup Window Script
//By JavaScript Kit (http://javascriptkit.com)
//JavaScript tutorials and over 400+ free scripts
function openpopup(){
var popurl="thankyou.htm"
winpops=window.open(popurl,"","width=400,height=338,scrollbars,")
}
</script>
<a href="java script
penpopup()">Click here to open window</a>
So it would be something like.. <a href="java script

<a href="java script

Etc and so on you get the idea? Does anyone have a script like this that you can post please?
The bottom script is just an example. Does anyone have a script similar to this or something?
Basically I want to use a script like this but for me to be able to use it on multiple links and not just the one that the script specifies.
<script>
//Popup Window Script
//By JavaScript Kit (http://javascriptkit.com)
//JavaScript tutorials and over 400+ free scripts
function openpopup(){
var popurl="thankyou.htm"
winpops=window.open(popurl,"","width=400,height=338,scrollbars,")
}
</script>
<a href="java script

Comment