Go Shopping Cart Site Map User Panel and Admin English Home

Home > Easypano Forum    Easypano Forum has been upgraded.

Easypano Forum


Welcome Guest Register Login Search The Forum Display List of Forum Members
 All Forums
  Tourweaver
 
Subject Topic: Slight bug in link to popup Post Reply Post New Topic
Message posted by randalltomes on October-20-2007 at 5:22am
View randalltomes's Profile Profile   Search for other posts by randalltomes Search   Visit randalltomes's Homepage www   Quote randalltomes Quote   Send Private Message Send Msg  
randalltomes
Avatar
Standard Member
Standard Member
United States
October-20-2007
61 Posts

I noticed when publishing a Flash tour in TourWeaver 3.0 that the link to the popup window is not formatted correctly and can break an html page with some browsers.

<a title="#" onClick=javascript:window.open("yourtour.html",'_blank','status=yes,top=0,left=0,width=581,height=626');>View Tour</a>

Everything in onClick event should be in quotes like this.

onClick="javascript:window.open("yourtour.html",'_blank','status=yes,top=0,left=0,width=581,height=626');">

One other adjust to make. They use double quotes surrounding the "yourtour.html". That should be changed to single quotes so you can surround the entire onClick event command with double quotes. Like this:

<a title="#" onClick="javascript:window.open('yourtour.html','_blank','status=yes,top=0,left=0,width=581,height=626');">View Tour</a>


If you wish to post a reply to this thread you must first Login
If you are not already registered you must first register

Forum Jump Post Reply Post New Topic
Printer Friendly Version Printable version

Powered by: - Web Wiz Guide Discussion Forums