Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
New Window without JavaScript
Old 11-21-2007, 07:23 AM New Window without JavaScript
Junior Talker

Posts: 3
Name: Johnny
Trades: 0
Hello,

Is there any method to open new windows without using javascript?
Because if i use that popular:
<INPUT type="button" value="New Window!" onClick="window.open('www.examplelink.com,'mywindo w','width=400,height=200,left=0,top=100,screenX=0, screenY=100')">

And security level is high then it not work
I have some content on site and want to show it only on click (hidden by default) maybe some other methd using html css?

Regards
johnnyz is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-21-2007, 08:28 AM Re: New Window without JavaScript
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,380
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
http://meyerweb.com/eric/css/edge/popups/demo.html
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 11-21-2007, 12:15 PM Re: New Window without JavaScript
Junior Talker

Posts: 3
Name: Johnny
Trades: 0
Thanks that's it!

I have also found:

http://www.brunildo.org/test/index.html#pop
johnnyz is offline
Reply With Quote
View Public Profile
 
Old 11-24-2007, 08:03 AM Re: New Window without JavaScript
Novice Talker

Posts: 6
Name: Keith
Trades: 0
I use JavaScript. Add something like this:

Submit Button

<input name="submit" type="submit" value="Add" onclick="popTAP();" >

The Function

function popTAP() {
var popTAP = window.open("taskAdd.php?pid=<?php echo $pid ?>",'tap','height=400,width=400,toolbar=no,locatio n=no,directories=no,status=no,menubar=no, scrollbars=yes,resizable=yes,copyhistory=no');
}

Once you get it working it is quite simple.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
phx-keith is offline
Reply With Quote
View Public Profile Visit phx-keith's homepage!
 
Old 11-24-2007, 12:54 PM Re: New Window without JavaScript
Foundationflash's Avatar
Ultra Talker

Posts: 410
Name: Harry Burt
Location: Colchester, Essex, England
Trades: 0
Did you read the original post?

That's what he was doing all along....
__________________
Foundation Flash tutorials :
Please login or register to view this content. Registration is FREE


New Dreamed Up Web Design:
Please login or register to view this content. Registration is FREE
Foundationflash is offline
Reply With Quote
View Public Profile Visit Foundationflash's homepage!
 
Reply     « Reply to New Window without JavaScript
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.24957 seconds with 12 queries