codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:
Search Forums:
  open new window from pop up menu  serafina at 17:23 on Tuesday, August 23, 2005
 

Hi
I already have stacks of javascript code that creates pop up menu layers.
My question is can i incorporate the open new window script so that in my pop up menu some of the links open a new window without scroll bars etc

Usually i would use
onClick="window.open('/forum/Speakeasy.htm', Speakeasy', 'status=no, scrollbars=yes, toolbar=no, width=800, height=500')"

However within my menu code for the pop up it gives anerror & iam not sure why

menu1[3]='<a href="/forum/Speakeasy.htm" target="_blank">Speakeasy</a>'

this works

menu1[3]='<a href="/forum/Speakeasy.htm" onClick="window.open('/forum/Speakeasy.htm', Speakeasy', 'status=no, scrollbars=yes, toolbar=no, width=800, height=500')">Speakeasy</a>'

Is it because there is code elsewhere that conflicts with this ?
The original link that opens the menu looks like this.
<a href="/forum//Monday.htm" onClick="return clickreturnvalue()"
onMouseOver="dropdownmenu(this, event, menu1, '150px')" onMouseOut="delayhidemenu()">MONDAY</a>

Then the sub menu si generated by menu code like this
var menu1=new Array()
menu1[3]='<a href="/forum/Speakeasy.htm" target="_blank">Speakeasy</a>'

Any ideas ?

  Re: open new window from pop up menu  proghelper at 18:24 on Wednesday, August 24, 2005
 

Hi

Use this code.

var s1 = "javascript:window.open('/forum/Speakeasy.htm', 'Speakeasy', 'status=no, scrollbars=yes, toolbar=no, width=800, height=500')";

var menu[3]='<a href="'+s1+'" >Speakeasy</a>';

John

http://www.programminghelp4u.com ( Assignment / Project ) Help








CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums








Recent Forum Threads
•  Moncler Handbags
•  Moncler Handbags
•  Moncler Handbags
•  Moncler Handbags
•  Moncler Handbags
•  Moncler Handbags
•  Moncler Handbags
•  Moncler Handbags
•  Moncler Handbags


Recent Articles
ASP GetTempName
Decode and Encode UTF-8
ASP GetFile
ASP FolderExists
ASP FileExists
ASP OpenTextFile
ASP FilesystemObject
ASP CreateFolder
ASP CreateTextFile
Javascript Get Selected Text


© Copyright codetoad.com 2001-2012