|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi all,
Just started using Adobe GoLive on a mac to design a webpage where users can click on gif images that opens a newly sized window containing further info. I've used the "Rollovers & Actions" facility to do this. The website runs perfectly on a mac running Safari or Explorer, but not on a PC running Explorer. When the gifs are clicked, the message "Error on page" is displayed and nothing happens. What am I doing wrong? Settings in "Rollovers & Actions" menu: Events Mouse Click Actions Open Window (NS 3, IE 3) Link page_no.html Target popup Size 575 x 400 "Resize" & "Scroll" ticked Like I said, new to all this so apologies if the question is a bit ... dumb. |
|
#2
|
|||
|
|||
|
not sure how the programming goes in mac for html but you should paste the exact html that you are using. Here is about what I think you should have, this is untested.
Code:
<a href="" target="something" onclick="window.open('page_no.html','something','height=400, width=575,toolbar=no,directories=no,status=no, menubar=no,scrollbars=yes,resizable=yes'); return false;"><img src="img_url.gif"></a>
|
![]() |
| Viewing: Dev Shed Forums > Other > Beginner Programming > GoLive compatibility problems |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|