Thursday, May 22, 2008

I know HTML- javascript- css and all that. Is there any site that will host my videos for free so that i can embed them. If it is easy to host it my self i will but if so can someone tell me how to host it.
Thanks in advanced

I have made a website. In it there is a page called ordernow . (find it here: www.htmlhelp.890m.com/ordernow.htm) When viewing it in opera its all positoned right and the javascript works right. But when I look at it in Mozilla- in the second part of the form- its not positioned right. And when I look at it in internet explorer- also on the second part- it isn t positioned right and the javascript that changes the amount of pages dropdown box just doesn t work!

Can anyone please debug it and tell me how they did it? Thanks in advance for all help!

i cant check my mail- please send reply to felloweasygoing@yahoo.com "thank you".

I have the script below embedded in an HTML page and I need to have the resulting window open in a new page. Right now- when someone logs in- it just replaces that page. Help! What am I doing wrong???


<SCRIPT LANGUAGE="JavaScript">

<!-- Begin
function Login(){
var done=0;
var username=document.login.username.value;
username=username.toLowerCase();
var password=document.login.password.value;
password=password.toLowerCase();
if (username=="brenna" && password=="hansen") { window.open=("http://www.ggbportal.com/~demo/hansen/index.html"); done=1; }
if (username=="meaghan" && password=="emmons") { window.open=("http://www.ggbportal.com/~demo/emmons/index.htm"); done=1; }
if (done==0) { alert("Invalid login!"); }
}
// End -->
</SCRIPT>

I have made a dynamic website using HTML- ASP- JavaScript for my college project.....
My website is running pretty well at home as well as in college...I mean linking and all- also no problem with ASP pages...
The problem is that at home my website perfectly fits my personal computer s screen (Flatron ) but on college s computer the images that I have included seem to be too big to fit the screen all of my webpages seem to be going haywire...and seem to be a mess
Images and text that completely fit on my PC dont fit perfectly on college s computer...
Why is this happening ???
Following are the links :-

At home the website looks like this :-

http://i261.photobucket.com/albums/ii58/happy_soul_me/untitled1.jpg

At college the website looks like this :-

http://i261.photobucket.com/albums/ii58/happy_soul_me/untitled2.jpg

Plzz help guys my final exam for this is on 17th May.......
Yes at both places its Internet Explorer but versions are different- mine is version 7 and that of college s is version 6..........
Please tell me how can I give relative values to all the elements in my webpages so that they fit every kind of screen resolution- every kind of computer ????

I want to know its whole concept.that how it is easy in javascript but difficult in java

No comments: