hi,
deleted old thread, since that didn't answer problem. posting
code because of all the dynamic variables would be confusing.
so, if anyone can help, here's some link instructions:
1) go to http://www.vehicle411.com
2) in the "vehicle classifieds" panel just click "search" which will
bring up 68 vehicles.
3) click on link for any vehicle, which will display vehicle information in a popup window.
up to this point everything is fine. BUT when you click the popup's
"connect" button to link to a dealership the new window is
undersized (actually, if it replaced the original vehicle411 window
that would be fine).
have tried a lot of different combinations, including the
<a href="javascript
hotowindow('dealerurl')"> suggested in
the other post gives weird result showing
javascript
hotowindow('dealerurl') in the address window
instead of the actual url--meaning it doesn't call the photowindow
function.
P.S. if you look at the source--all the server values are passed
correctly and don't interfere with the code. right now, I've got
a simple <a href="dealerurl"> instead of the JS method. Also,
have hard coded values to make sure dynamic stuff was working--
and they work. what's really annoying is that I've used just about
the same JS code to create that vehicle popups.
P.P.S. went back and changed code to using <a href="#" etc.
which doesn't work either. but have a direct url for anyone
reading this (when clicking on "connect" button it's just
creating a copy of itself!!!
deleted old thread, since that didn't answer problem. posting
code because of all the dynamic variables would be confusing.
so, if anyone can help, here's some link instructions:
1) go to http://www.vehicle411.com
2) in the "vehicle classifieds" panel just click "search" which will
bring up 68 vehicles.
3) click on link for any vehicle, which will display vehicle information in a popup window.
up to this point everything is fine. BUT when you click the popup's
"connect" button to link to a dealership the new window is
undersized (actually, if it replaced the original vehicle411 window
that would be fine).
have tried a lot of different combinations, including the
<a href="javascript

the other post gives weird result showing
javascript

instead of the actual url--meaning it doesn't call the photowindow
function.
P.S. if you look at the source--all the server values are passed
correctly and don't interfere with the code. right now, I've got
a simple <a href="dealerurl"> instead of the JS method. Also,
have hard coded values to make sure dynamic stuff was working--
and they work. what's really annoying is that I've used just about
the same JS code to create that vehicle popups.
P.P.S. went back and changed code to using <a href="#" etc.
which doesn't work either. but have a direct url for anyone
reading this (when clicking on "connect" button it's just
creating a copy of itself!!!
Comment