LOL :D
@Neebski: Try this...
if (screen.width>800||screen.height>600) //larger than 800x600
window.location.replace("http://www.mysite.com/fullsize")
else if...
Type: Posts; User: gigabites; Keyword(s):
LOL :D
@Neebski: Try this...
if (screen.width>800||screen.height>600) //larger than 800x600
window.location.replace("http://www.mysite.com/fullsize")
else if...
I'm interested in MathML... Big time!
I know that it can only be rendered in Mozilla & Netscape.
Then I found out that IE 6 can also render MathML, with a big help from MathPlayer.
OK now, does...
Well, my suggestion is to convert the data to pdf, and then print it from there...
I used this http://www.ros.co.nz/pdf/ Hell, it's a great script!
Hmmm.... I'm pulling mine too :p
Well, the script works... but after You refresh the page :D
Your code doesn't show up... :p
Why don't use the good ol' <body onLoad="alert('Thanks for your enquiry')">
OK well.. I think You can try something like this..
<script language="javascript">
function left_menu()
{
document.write('<a class="menulinks" href=/about.html>Digimon Adventure...
Well, try to align="left" the table... I know it'll look ugly, but it's the easiest way to do this...
If You align="center" the table, it'll always move relatively to screen width.
Have You tried to put the same script on the iframed(?) page?
var sno = '1234';
for (var i = 0 ; i < sno.length ; i++)
{
document.write(sno.charAt(i) + "<br>");
}You mean like that? :)
Don't put onclick inside href...
It should be like this :
<A title="back to previous page" href=# onclick="history.go(-1)"><font color="#FFFFFF">Back</font></A>:)
I don't know if this can solve Your problem or not, but let's give it a shot...
Change Your body tag to
<body bgcolor="black" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
or...
Well, Javascript is a client side scripting, it can't send emails. :(
You'll have to use server side scripting such as php or asp...
You're welcome :)
Answer:
1. Yes You can... Example If You want to add a fourth variable, add this (for example)...
variableslide[3]=['clock.gif', '', 'what time is it?']Don't forget to change the number inside...
Oooppsss... Sorry, I suggested to remove the first / because it didn't work in My computer.. Of course it didn't work... I ran the script in a subdirectory... Silly me :p
Well if You keep the /...
Put this hyperlink in Your popup window...
<a href=# onClick="window.close()">close window</a>
If You want the popup window to close automatically after doing something (javascript maybe...),...
@tacob
Simply put that code in the page where You want the buttons (and the iframe) to appear.
If You want a 400 x 400 iframe with no scrollbars...
<iframe src="main_page.html" name="myframe"...
<a href=# onClick="window.open('http://mysite.com/pictures/pict01.jpg','mypicture','width=300, height=300');">picture 01</a>That will open pict01.jpg in a 300px x 300px window.
It's doable...
But to implement it... not quite a walk in the park I say... :p
Well, clearly some lines are missing..
This is the right code, copy/paste it to Your site
<script>
/******************************************
* Cross browser cursor trailer script- By...
remove the / and '
Menu1=new Array("rollover:images/Image1.jpg:images/Image2.jpg","book/query.html","",0,48,211);
Delete the
document.write(post); line.
And I don't think You need var post to be declared, change it to
mauPostNhac("a:/MERRYC~8.GIF","ROMEO & JULIET","The story...","smoon");
Btw, it's a...
I don't think this thread belongs here :p But I'll reply it anyway...
This is an example of a very, very, very simple password authentification using php : :)
<?php
if...