PDA

View Full Version : Excuse my thick mind....need advices from u pls ?


Guardian of Darkness
10-02-2000, 20:58
I was doing designing multi-popup windows without chain reactions.

Do i need to rewrite so many functions in order to open small windows in one document ?
such as

"<script language="JavaScript">
<!--
function openlinks() { window.open("?.html","??","height=???,width=????,directory=no,toolbar=no,scrollbars=no,resiz able=no,location=no"); }
// -->
</script>
-------------------
with this tag
<a href="javascript penlinks()">
<a href="file.html" target="_blank">Link</a>
JavaScript way:
<script type="text/javascript">
<!--
var win = null;
function openWin(url){
win = window.open(url, 'win', 'width=300,height=300');
}
//-->
</script>"

Am i doing right, huh ?

Second question:-
I need some help on html code for a link jump to same document or other documents

pls take an example below:
"<a href="http://name of url address"/file.html#where you want to go">" - that's for a link jump to different documents..Am i still doing right as well ?

Thank you for your help.


------------------
Past, Present and Future are the one...

Project Director of Final Fantasy World (http://ffworld.optigamer.com)...just click it on my homepage icon !..

Crack-Whore_monkey
11-02-2000, 22:14
first off, popups suck so i wont help you =)
second ya, the link looks ok i spose...

<a href="http://blabla.com/file.htm#place">

something like that...

and then the other doc (or same one)
would have <a name=place> where ou wanted it to go

Guardian of Darkness
12-02-2000, 14:27
thank for your help and my popup doesn't suck ! !!

------------------
Past, Present and Future are the one...

Project Director of Final Fantasy World (http://ffworld.optigamer.com)...just click it on my homepage icon !..

Ace Viper
13-02-2000, 14:09
Cue Sid James...Hah..Hah..Hah.. (dirty laugh)