Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: How to open a New window?

by kprasanna_79 (Hermit)
on Dec 07, 2005 at 11:11 UTC ( [id://514799]=note: print w/replies, xml ) Need Help??


in reply to How to open a New window?

Hi,

I am not sure how your code and logic goes. But Your issue should be solved with help of javascript, thats what my understanding is. so see below piece of code, and get some idea from it. Kindly excuse if it doesnt resolves.

function pop_up() { var win = window.open("", "new_window", "status=1,resizable=1,scrollbars=1,width=510 +,height=418"); win.location = "code.pl?rm=display_excel"; win.focus(); }

Kindly change the attributes and its values accordingly.

-Prasanna.k

Replies are listed 'Best First'.
Re^2: How to open a New window?
by Anonymous Monk on Dec 07, 2005 at 12:31 UTC
    Hi kprasanna_79,

    I use submit there also. so, there i can't using the above what to do ?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://514799]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (3)
As of 2024-04-24 05:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found