WiredWX Christian Hobby Weather Tools
Would you like to react to this message? Create an account in a few clicks or log in to continue.

WiredWX Christian Hobby Weather ToolsLog in

 


descriptionWrite software using html! EmptyWrite software using html!

more_horiz
Doc,
Remember how I was telling you that I knew a way to write software in html, but I couldnt remember what to save it as? Well, now I do!


Open up notepad, and paste this:

Code:


<Title>Hey Cyndi!</Title>
<center><b>Welcome To Htaccess!!!</b></center>
<hr>

<a>This software was written to prove, that you can build programs in html!!!!! This method of design has been around for almost 10 years!
<a>Yes, it is true. As you can see, the data is loaded into an application and read as real code! With a little modification, this application could work just like ANY OTHER!</a>
<p>So, there you have it. Cool huh?</p>



Save it as "anything.hta" without the quotes.


Trust me, this works great!!!! Hooray!

descriptionWrite software using html! EmptyRe: Write software using html!

more_horiz
Hey Jerry.
That's pretty cool, could be useful.

............................................................................................

Site Admin / Security Administrator

Virus Removal ~ OS Support ~ Have we helped you? Help us! ~ GeekChat
- Please PM me if I fail to respond within 24hrs.
Write software using html! DXwU4
Write software using html! VvYDg

descriptionWrite software using html! EmptyRe: Write software using html!

more_horiz
Wow cool! I wonder if it even supports javascript!

Try this character counter I made:

Code:

<Title>GeekPolice Character Counter</Title>
<center><b>Welcome GeekPolice Character Counter</b></center>
<hr>

<center><a><form method="POST">

<table border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td width="100%">
<textarea rows="12" name="charcount" cols="60" wrap="virtual"></textarea>
      </td>
    </tr>
    <tr>
      <td width="100%"><div align="right"><p><input type="button" value="Calculate Characters"
      onClick="countit(this)"> <input type="text" name="displaycount" size="20"></p>
      <div align="center"><center>
      </center></div></div></td>
    </tr>
  </table>

</form>

<script language="Javascript">

function countit(what){

formcontent=what.form.charcount.value
what.form.displaycount.value=formcontent.length
}
</script></a></center>


I am beginning to think we can makes simple javascript apps for GP. Cheesy Grin (sparkly

............................................................................................

Please be a GeekPolice fan on Facebook!

Write software using html! Lambo-11

Have we helped you? Help us! | Doctor by day, ninja by night.

descriptionWrite software using html! EmptyRe: Write software using html!

more_horiz
Wow, thanks for this great info. I'll experiment cool stuffs with it.

............................................................................................

Write software using html! Segmen10

FunSubstance is the place to go for daily entertainment.

descriptionWrite software using html! EmptyRe: Write software using html!

more_horiz
Be sure to share your experiments guys.

descriptionWrite software using html! EmptyRe: Write software using html!

more_horiz
Check this out, save it as a .hta file and surf GP from your desktop!

Code:

<iframe src="http://www.geekpolice.net" height="100%" width="100%"></iframe>

............................................................................................

Please be a GeekPolice fan on Facebook!

Write software using html! Lambo-11

Have we helped you? Help us! | Doctor by day, ninja by night.

descriptionWrite software using html! EmptyRe: Write software using html!

more_horiz
Lol. Doc, the last one is the best Smile... Browser Smile...

............................................................................................

Write software using html! V45u80

descriptionWrite software using html! EmptyRe: Write software using html!

more_horiz
Doc, is possible to make Browser with HTML ? Something like address bar ? I don't know that HTML code

............................................................................................

Write software using html! V45u80

descriptionWrite software using html! EmptyRe: Write software using html!

more_horiz
Should be possible when combining with javascript. But I don't know any.

............................................................................................

Please be a GeekPolice fan on Facebook!

Write software using html! Lambo-11

Have we helped you? Help us! | Doctor by day, ninja by night.

descriptionWrite software using html! EmptyRe: Write software using html!

more_horiz
Nazzgull wrote:
Doc, is possible to make Browser with HTML ? Something like address bar ? I don't know that HTML code


Firefox interface was built using CSS, HTML and Javasript. I'm sure it's possible. First you need to layout the interface using CSS and HTML then you add functions to it using Javascript. Javascript is also used to make add-ons.

............................................................................................

Write software using html! Segmen10

FunSubstance is the place to go for daily entertainment.

descriptionWrite software using html! EmptyRe: Write software using html!

more_horiz
I really dont see the point in doing it. Its a browser inside of a browser. HTA uses an imbedded IE object, so its basicly just limating IE even more...

descriptionWrite software using html! EmptyRe: Write software using html!

more_horiz
privacy_tip Permissions in this forum:
You cannot reply to topics in this forum