Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Executable Instead Of Html File
kvarnerexpress
post Feb 10 2005, 10:48 PM
Post #1


Super Member
*********

Group: Members
Posts: 407
Joined: 13-December 04
Member No.: 2,696



I have a HTML file which I use to logon to my account easily It When I open it I get a normal HTML page in frond of me where I can push the button to login to my webpage.

Is there a possibility to open the HTML file and go directly into my page?

Now it uses input fields like this which are hidden:

<input type="hidden" name="username" value="The username in used here" />
<input type="hidden" name="password" value="The Password is written here" />

It would be nice if someone knows how to make a sort of a executeble out of it, so I only have an icon on my desktop which I can use to login.

This is the file in total which I use now:

<html>
<head>
<link rel="stylesheet" href="http://www.anniebeheercontract.nl/v201/themes/crystal/style.css">
<title>
E-Mail en Agenda</title></head><body marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" ><script language="javascript" type="text/javascript" src="http://www.anniebeheercontract.nl/v2/javascript/common.js">
</script>
<script type="text/javascript" language="javascript">
function hidestatus(){
window.status='Group-Office 1.13'
return true
}

if (document.layers)
{
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
}

document.onmouseover=hidestatus
document.onmouseout=hidestatus
</script>
<!--Einde header-->

<form method="post" action="http://www.annienetwerk.nl/live/" name="login">
<table cellspacing="0" cellpadding="15" width="100%">
<tr>
<td align="center">
<input type="hidden" name="table_tabindex" value="0" /><table border="0" cellpadding="0" cellspacing="0" class="TableBorder" width="400"><tr><td valign="top"><table border="0" cellpadding="1" cellspacing="1" width="100%"><tr><td colspan="99" class="TableHead">E-Mail en Agenda</td></tr><tr><td colspan="99" cellpadding="10" cellspacing="0" class="TableInside" height="300" valign="top" width="100%"><input type="hidden" name="task" value="login" />
<br />
<br />
<table cellspacing="2" border="0" cellpadding="1" valign="center" align="center">
<tr>
<td colspan="2">
<h3>Klik op de knop om e-mail en agenda te starten</h3>
<br />
</td>
</tr>
<tr>
<td align="right" nowrap>

</td>
<td>

<input type="hidden" name="username" value="The username in used here" />
<input type="hidden" name="password" value="The Password is written here" />

<input type="hidden" name="remind" value="true" />
</td>
</tr>

<tr>
<td colspan="2" align="center">
<br />
<input type="button" class="button" style="width: 100px;" value="starten" onclick="java script:document.forms[0].submit();" onmouseover="java script:this.className='button_mo';" onmouseout="java script:this.className='button';" /> </td>
</tr>
</table>

</td></tr></table></td></tr></table> </td>
</tr>
<tr>
</table>


</form>

<!--Start Footer-->
</body>
</html>
Go to the top of the page
 
+Quote Post
no9t9
post Feb 10 2005, 10:59 PM
Post #2


Privileged Member
*********

Group: Members
Posts: 773
Joined: 4-November 04
Member No.: 2,118



put the javascript code you are using for your button into the body onload event.

<body onload="java script:document.forms[0].submit()">
Go to the top of the page
 
+Quote Post
biscuitrat
post Feb 10 2005, 11:03 PM
Post #3


Kween of Everything :)
***********

Group: Members
Posts: 1,052
Joined: 16-October 04
From: Houston, Tejas :D
Member No.: 1,774



I use this for my users: http://php.psywerx.net/index.php?router=scripts

Very easy to install, very easy to use. Very powerful.

I think that's kind of what you're looking for...
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Copy A File And Rename It With Increment If Exist(0)
  2. where did you learn html from?(87)
  3. Accidently Deleted Template.html(1)
  4. Add Flashing Inbox To Invisionfree Forum(2)
  5. Free Software For File Recovery(6)
  6. What Is The Best Free Html Editor?(20)
  7. File Sharing Hosts!(3)
  8. Some Questions On Html(6)
  9. Import From Excel File Into Mysql Database(9)
  10. Does Anyone Know Where I Can Get A Free Html Maker(15)
  11. How To Create Pdf Files Using Free Tool(0)
  12. Create Dynamic Html/php Pages Using Simple Vb.net Code(1)
  13. How To Extract The Audio From Youtube Videos(2)
  14. Psd --> Editable Html(3)
  15. My Review Of Megaupload.com(25)
  1. Flippingbook Html Edition(0)
  2. Html Based Emails On Hotmail(0)
  3. Need To Shrink The File Size Of Web Image? - Photoshop Tricks(3)
  4. Html, Xhtml, And Css, Sixth Edition (visual Quickstart Guide) Review(0)
  5. Sitepoint: The Ultimate Html Reference(0)
  6. Wanting To Touch Up/learn My Html Again(27)
  7. How To Put Music In The Background Of A Powerpoint Presentation(10)
  8. File Sharing Hosts!(0)
  9. How To Open A .daa File(39)
  10. Making A Picture Viewer Website(3)
  11. Jar Executable Files(3)
  12. Where Is There A Good Site To Learn Web Html?(20)
  13. Naming Web Page Files(9)
  14. Learn Html Quick And Easy(14)
  15. The Best And Free Website/html Editors + Text Editors(48)


 



- Lo-Fi Version Time is now: 8th September 2008 - 09:20 AM