Greenguy's Board

Greenguy's Board (http://www.greenguysboard.com/board/index.php)
-   Programming & Scripting (http://www.greenguysboard.com/board/forumdisplay.php?f=15)
-   -   Need help with HTML (http://www.greenguysboard.com/board/showthread.php?t=17985)

mniki 2005-03-27 09:18 AM

Need help with HTML
 
Heloo

Have a quick question about html,
Is it possible to open a link in new window fixed size (400x200) and fixed position (top left corner) using just html commands or css and not java script.
If yes please tell how
thx in advance

cd34 2005-03-27 11:47 AM

does it need to be an actual window/new browser? or can it be CSS/dhtml that presents a box as a layer over the existing page?

mniki 2005-03-27 01:24 PM

I am fine with any solution as long as it doesnt conatain java, CSS/dhtml would be ok

Useless 2005-03-27 02:18 PM

Out of curiosity, why not use Java?

mniki 2005-03-27 05:34 PM

I am happy with java but since I have installed sp2 for win xp I get annoying msg " this may couse damage to your comp..... blah blah ". Well I know It won't but don't know how average surfer will react to the msg, so I am trying ti find different methods for doing things without java

Useless 2005-03-27 06:31 PM

That message should only apear when the document is on your pc. Once you upload it to your server the message should be gone. What you really need to worry about from SP2 is the built in pop-up blocker.

mniki 2005-03-27 08:02 PM

yes I know It has. Personly I dont like pop ups but must admit from AW point of view sometimes are very usefull. This brings me to another question Is it allowed to use pop up blocker override on free sites submitted to LL and TGP? Didnt tried any but think I have seen some offered at maxcash site

Useless 2005-03-27 08:30 PM

Free sites and and galleries aren't allowed to use pop-ups of any kind so a script to override a pop-up blocker would be senseless. Never ever ever use pop-ups on pages that you want listed.

mniki 2005-03-27 08:39 PM

Knew that, reading LL rules before posting, just wanted to be sure

raymor 2005-03-28 02:19 PM

Quote:

Originally Posted by mniki
I am fine with any solution as long as it doesnt conatain java, CSS/dhtml would be ok

You are confusing Java and Javascript, which is of course
what was intended when netscape renamed LiveScript JavaScript.
In fact they are totally and completely unrelated.
JavaScript will not bring up a Java security wanring.

Useless 2005-03-28 02:26 PM

Quote:

Originally Posted by mniki
Heloo

Have a quick question about html,
Is it possible to open a link in new window fixed size (400x200) and fixed position (top left corner) using just html commands or css and not java script.
If yes please tell how
thx in advance

Somewhere along the way we forgot to answer your initial question and I just realized that you aren't looking for a pop-up window at all. You just want a link to open in a new small window. Right?

If so, this is what you are looking for:
Code:

Link Text
Just replace 'page_name.html' with the name of the document you want to open and adjust the width and height accordingly.


All times are GMT -4. The time now is 02:43 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc