BleepingComputer.com: Xhtml Form With Input Results On New Web Page

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Xhtml Form With Input Results On New Web Page Posting XHTML(Strict) Form Input onto a new page (non server)

#1 User is offline   Stu G 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 85
  • Joined: 12-July 05
  • Gender:Male
  • Location:Glasgow Scotland

  Posted 14 March 2007 - 01:54 PM

Hello everyone

I am new to XHTML encoding, and as part of an exercise i need to create a website with all basic features dtds, (ordered lists, links) etc.. using notepad

I also need to use forms, user can choose options(ticks, radio buttons) and enter text. The example i have seen just returns input in a dialog popup. I would like to send all form input data to a basic new page, that can be viewed, ie via link "view form repsonses".

I do not need to do php or server based forms.

Is this possible, without the use or servers. I understand it can be sent to email or a simple dialog box.

Will be grateful for any help

Thanks!
Stu G
Ada95,Java,C ANSI,C++,C♯,ASP.NET,JavaFX!

#2 User is offline   Stu G 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 85
  • Joined: 12-July 05
  • Gender:Male
  • Location:Glasgow Scotland

  Posted 27 March 2007 - 09:56 PM

I Found a Solution!

Internet Information Services (IIS), included with XP Pro Disc. To Use an internal asp server

Control Panel--->Add Remove Programs--->Add/Remove Windows Components--->checked IIS--->installed

went to C: after install a new folder is created: \Inetpub

then into : \wwwroot

created a folder called myweb and in that folder created a simple test asp page using text editor : test1.asp

I then set up a simple asp script to send form input to this page. so when i use a form i just use : --http://localhost/MyWeb/test1.asp in <form action" "> to point to where to post the data.

Done
Stu G
Ada95,Java,C ANSI,C++,C♯,ASP.NET,JavaFX!

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users