
Originally Posted by
CarbonTerry Nyoman,
Yes, I use the code, changing the sizes/names to fit my usage, ie:
<A href="#" onClick="window.open('http://www.artelicious.com/xxxxxx
.html', '','width=650,height=450'); return false;">
without success. I enter this in the "before" of the html of the thumbnail to bring up the order page.
I have this code stored in Notepad.
Thanks for your help.
I see why you can not use my code because you want to open popup from rollover image and the way i mentioned in the other thread will not work in this case. OK please ignore my first tips and here is the easy way to do that .just place the code on your link and all will work ok
Code:
"#" onClick="window.open('http://www.your domain.com/yourpage.html', '','width=300,height=220'); return false;" change the name page and the size according your need
if you are using Bluevoda eliminate the first " of that code because will be added automatic by BV itself make it like this
Code:
#" onClick="window.open('http://www.your domain.com/yourpage.html', '','width=300,height=220'); return false;" example: if you want to open www.example.com/page1.html in popup window, in the link field you type #" onClick="window.open('http://www.example.com/page1.html', '','width=300,height=220'); return false;"
Please note, this is will not work on preview in browser and only work when you publish your page
TRY!!!