Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pop up menus used in Dreamweaver

Status
Not open for further replies.

Lil8

Technical User
Joined
Oct 24, 2003
Messages
42
Location
GB

I have created some pop ups in Fireworks to be used in a frame in dreamweaver. I have tried to set the taget links in fireworks so that the link will open up in the mainFrame while the pop ups stay in the left frame. The options given in fireworks 4 the targets are top, self, parent,none,blank so I have tried to set the target to mainFrame myself. Is there any way a pop up used in the left frame that opens up the link in the main frame ? the code responsible for this is

fw_menu_0.addMenuItem("main","window.open('main.htm', 'mainFrame');");

but only results in a blank page cannot be displayed message in mainFrame.

thanks

Nic
 
Need to see more code really to figure out whats going wrong- possibly try the javascript forum as they can correct javascript.
Have you got a page you are trying to display in the mainframe?
Frameset code, might add some enlightenment here too.

----------------------------------------
Sometimes, when my code just won't behave, I take it outside and make it listen to britney spears music, and when it comes back it's really well behaved. I wonder if it's suffering from post tramatic stress syndrome now..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top