473,569 Members | 2,768 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Javasccript/HTML Problem

I need several things in HTML or Javascript. It canNOT be a server side
script, it is for a standalone project in HTML ONLY!

PAGE 1 is a simple blank page where there will be an on.click so that if
the screen is clicked it goes to PAGE 2. There will be a delay of 3
seconds while it says PLEASE WAIT.

PAGE 2 has a one line form (the form has a validation scheme and the OK
button will only be able to be pressed once a certain amount of digits -
11 for a phone number are inserted, only then will it work) with OK
button that goes to the next page. I need capabilities of invisible
(that means that the OK button will be invisible). The password is a
phone number which needs to show up as stars (*). A delay of 3 seconds
will route it to PAGE 3. The data entered in here has to add to any
existing data on a separate line in a plain text file, located in the
same directory.

PAGE 3 is done.

I am willing to do all the work, so need help and scripts to start off
with. Shouldn't take more than 20 minutes.
Jul 23 '05 #1
4 1237
Jonathan (Pickles) Sklan-Willis wrote:
I need several things in HTML or Javascript. It canNOT be a server side
script, it is for a standalone project in HTML ONLY!
HTML only? Then why are you asking/posting in a Javascript Newsgroup?
PAGE 1 is a simple blank page where there will be an on.click so that if
the screen is clicked it goes to PAGE 2. There will be a delay of 3
seconds while it says PLEASE WAIT.
Well, since you want "HTML ONLY", that is impossible since HTML has no
way to process an onclick.
PAGE 2 has a one line form (the form has a validation scheme and the OK
button will only be able to be pressed once a certain amount of digits -
11 for a phone number are inserted, only then will it work) with OK
button that goes to the next page. I need capabilities of invisible
(that means that the OK button will be invisible). The password is a
phone number which needs to show up as stars (*). A delay of 3 seconds
will route it to PAGE 3. The data entered in here has to add to any
existing data on a separate line in a plain text file, located in the
same directory.
That can't be done in "HTML ONLY" either.
PAGE 3 is done.
Nah, you never made it past Page 1.
I am willing to do all the work, so need help and scripts to start off
with. Shouldn't take more than 20 minutes.


I gave you the start, you should be able to post back in no "more than
20 minutes", right?

--
Randy
comp.lang.javas cript FAQ - http://jibbering.com/faq & newsgroup weekly
Jul 23 '05 #2
Randy Webb wrote:
Jonathan (Pickles) Sklan-Willis wrote:
I need several things in HTML or Javascript. It canNOT be a server
side script, it is for a standalone project in HTML ONLY!

HTML only? Then why are you asking/posting in a Javascript Newsgroup?
PAGE 1 is a simple blank page where there will be an on.click so that
if the screen is clicked it goes to PAGE 2. There will be a delay of 3
seconds while it says PLEASE WAIT.

Well, since you want "HTML ONLY", that is impossible since HTML has no
way to process an onclick.
PAGE 2 has a one line form (the form has a validation scheme and the
OK button will only be able to be pressed once a certain amount of
digits - 11 for a phone number are inserted, only then will it work)
with OK button that goes to the next page. I need capabilities of
invisible (that means that the OK button will be invisible). The
password is a phone number which needs to show up as stars (*). A
delay of 3 seconds will route it to PAGE 3. The data entered in here
has to add to any existing data on a separate line in a plain text
file, located in the same directory.

That can't be done in "HTML ONLY" either.
PAGE 3 is done.

Nah, you never made it past Page 1.
I am willing to do all the work, so need help and scripts to start off
with. Shouldn't take more than 20 minutes.

I gave you the start, you should be able to post back in no "more than
20 minutes", right?


Nice scarcasm. OK, I meant HTML & Javascript, i.e. no server-side
scripts and you know that so stop picking on the semantics or go out and
get laid!
Jul 23 '05 #3
Jonathan (Pickles) Sklan-Willis wrote:
Randy Webb wrote:
Jonathan (Pickles) Sklan-Willis wrote:
I need several things in HTML or Javascript. It canNOT be a server
side script, it is for a standalone project in HTML ONLY!


HTML only? Then why are you asking/posting in a Javascript Newsgroup?
PAGE 1 is a simple blank page where there will be an on.click so that
if the screen is clicked it goes to PAGE 2. There will be a delay of
3 seconds while it says PLEASE WAIT.


Well, since you want "HTML ONLY", that is impossible since HTML has no
way to process an onclick.
PAGE 2 has a one line form (the form has a validation scheme and the
OK button will only be able to be pressed once a certain amount of
digits - 11 for a phone number are inserted, only then will it work)
with OK button that goes to the next page. I need capabilities of
invisible (that means that the OK button will be invisible). The
password is a phone number which needs to show up as stars (*). A
delay of 3 seconds will route it to PAGE 3. The data entered in here
has to add to any existing data on a separate line in a plain text
file, located in the same directory.


That can't be done in "HTML ONLY" either.
PAGE 3 is done.


Nah, you never made it past Page 1.
I am willing to do all the work, so need help and scripts to start
off with. Shouldn't take more than 20 minutes.


I gave you the start, you should be able to post back in no "more than
20 minutes", right?


Nice scarcasm. OK, I meant HTML & Javascript, i.e. no server-side
scripts and you know that so stop picking on the semantics or go out and
get laid!


Actually, I did. Twice.

Page 1, you add an onclick to a div tag that is 100% wide, 100% high.
Onclick="docume nt.location.hre f='hrefToPage2. html'"

Page 2, you have an onchange event handler on the input that when the
length of the input's value exceeds 11, you show the submit button.

Page 3, you are done.

--
Randy
comp.lang.javas cript FAQ - http://jibbering.com/faq & newsgroup weekly
Answer:It destroys the order of the conversation
Question: Why?
Answer: Top-Posting.
Question: Whats the most annoying thing on Usenet?
Jul 23 '05 #4
"Randy Webb" <Hi************ @aol.com> wrote in message
news:-5************** ******@comcast. com...

[snip]
Nice scarcasm. OK, I meant HTML & Javascript, i.e. no server-side
scripts and you know that so stop picking on the semantics or go out and
get laid!


Actually, I did. Twice.


I'll bet you had to go back in before you went out the second time. :)
Jul 23 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
3895
by: Phong Ho | last post by:
Hi everyone, I try to write a simple web crawler. It has to do the following: 1) Open an URL and retrieve a HTML file. 2) Extract news headlines from the HTML file 3) Put the headlines into a RSS file. For example, I want to go to this site and extract the headlines: www.unstrung.com/section.asp?section_id=86
7
2150
by: Hansan | last post by:
Hi all, I hope you have time to help me out a little. My problem is that I want to combine some python code I have made with some html templates, I found a tutorial at dev shed: http://devshed.spunge.org/Server_Side/Python/CGI/page6.html and : http://devshed.spunge.org/Server_Side/Python/CGI/page5.html and tried to do it like they do, but it...
2
3391
by: nanookfan | last post by:
Hi all, I'm having a bizarre problem converting XML files to HTML using an XSLT. The problem is only occuring in my Netscape 7.0 browser. What makes it more bizarre is that it is only happening when I put my XML files and the .xsl files on my ISP's system for my home page. If I try to open the XML files in Netscape 7.0 on my own machine...
3
3839
by: Spacy | last post by:
Am creating a HTML Report in asp.net. To save this report to excel on client-side, i write this code: Response.ContentType = "application/vnd.ms-excel" Response.AddHeader("content-disposition", "attachment; filename=Report.xls") But once the report is saved in excel, on click of hyperlink for second html report, i dont get the second...
8
1604
by: guppywon | last post by:
I am trying to map ASP.NET execution to the ".html" extension. And I am encountering a strange error. I'm looking for help configuring my ".html" pages to execute as ".aspx" pages. I have added the IIS file extension mapping, I have also added the following to the Web.Config file: <compilation> <buildProviders> <add extension=".html"
2
3045
by: Jake Barnes | last post by:
Using javascript closures to create singletons to ensure the survival of a reference to an HTML block when removeChild() may remove the last reference to the block and thus destory the block is what I'm hoping to achieve. I've never before had to use Javascript closures, but now I do, so I'm making an effort to understand them. I've been...
3
2616
by: Chuck Renner | last post by:
Please help! This MIGHT even be a bug in PHP! I'll provide version numbers and site specific information (browser, OS, and kernel versions) if others cannot reproduce this problem. I'm running into some PHP behavior that I do not understand in PHP 5.1.2. I need to parse the HTML from the following carefully constructed URI:
3
3090
by: CJM | last post by:
David, Thanks for the reply. Responses inline: "David E. Ross" <nobody@nowhere.notwrote in message news:OZadnaBdOMGpYb3VnZ2dnUVZ_vOdnZ2d@softcom.net... This is a promotional mailshot so image is important. I understand what you
1
4572
by: robnoper | last post by:
XP SP2, access and outlook 2003 I have a form with 3 command buttons on that when one is pressed it opens up a html email for the user to send. Two of the emails work fine and open with the full colour and size formatted text but one of them just shows the html code in the body with no formatting. The vba code for the command button is as...
0
7695
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7922
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8119
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
7964
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5509
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3653
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
2111
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1209
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
936
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.