PDA

View Full Version : need help with html


wijbenga
06-13-2001, 09:05 AM
Hi there, sorry for my stupid replys just earlier, my ie went wild :( when i pressed reply i got a new post :(

Well this is my question to yall guruz.

How do i tell my website it always has to be viewed maximized, and how do i tell another page it always have to be viewed in a window of 200x600 pixels?

Iz this possibble?
Greetings

==================================================

I AM THE EMPEWOW OF WOOOME, AND I OWDEW YOU TO WEWEASE BWIAN! :)

==================================================

Paul
06-13-2001, 07:21 PM
Hi,
You will need to use javascript somehow. Unfortunally I don't know javascript so try looking at some sites that have free scripts for you to use, or maybe someone here knows it and will help you.
Good Luck,
Paul

Goldilocks
06-14-2001, 04:42 AM
I think Hacker is right, unfortunately I don't know much JavaScript either so I'll move this thread over to the Client-Side Scripting forum where hopefully somebody will be able to help you! ;)

wijbenga
06-14-2001, 04:45 AM
hmmm verry suspicous, youve seen my pictures and suddenly are helping me out great :)

WHAHAHHA joke,

Hope u r fine!

Gracias!

And by the way,

If you check my profile-->interrests, you see that i like html and girls! We would like, be the perfect couple :):)

No just kidding, f00ling arround a bit! :):)

wijbenga
06-14-2001, 05:46 AM
anyone?

petervazed
06-14-2001, 04:41 PM
This way?
========= POP UP vol=====
Opening a basic 300x300 window
<A HREF="javascript:void(0)"
ONCLICK="open('sample.htm','miniwin','toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resi zable=1,width=300,height=300')">Open a Window</A>

=====nw TMF====
<A HREF="javascript:void(0)"
ONCLICK="open('ar_pop1.html','miniwin','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,re sizable=1,width=450,height=400')">Open een voorbeeld</A>
=====1 =POPUP Window
Opening the window with all features turned off
<A HREF="javascript:void(0)"
ONCLICK="open('sample2.htm','miniwin','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,res izable=0,width=450,height=350')">Voorbeeld</A>
==
======2===
<A HREF="javascript:void(0)"
ONCLICK="open('knar_index.html','miniwin','toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1 ,resizable=1,width=650,height=400')">Voorbeeld</A>

=============CLOSE Button
Adding a "close window button"
The close window button is nice to offer the reader. It can be in the form of a button, image, or a text link.
Button link:
<br> <center><form><input TYPE="button" VALUE="Sluit Venster" onClick="window.close()"></form>
</center> <BR>
Text link: <a href="javascript:window.close()"><B>CLOSE WINDOW</B></a>
<BR>
Image link: <a href="javascript:window.close()"><IMG SRC="closeme.gif" BORDER=0 ALT="CLOSE ME"></a>
============
Hope this is what you are looking for.

wijbenga
06-15-2001, 04:05 AM
==this part is dutch== :o
hey gast

Bedankt! :)

==this in engelish==:)

Hi,

Thanx for your help, but i dont know java, and i really dont know what to do with it,

Can you maybe give some explanation, or give me a tutorial about this script?

Thanx anyway!

Mzzl

petervazed
06-15-2001, 07:15 AM
Here you can find a example:
http://home-3.12move.nl/~sh230091/home.html
Click on "Wat korte info" and a window will open.
In this new window it is possible to insert the "close" button.

========= POP UP vol=====
Opening a basic 300x300 window

<A HREF="java script:void(0)"
ONCLICK="open('sample. htm','miniwin','toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1,width
=300,height=300')">Open a Window</A>
=====================
Replace "sample.htm" with your own htm page name.
Attribute can be 1 or 0
Just try it out.

Groetjes