Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 1    Views: 40

delite
Lost but trying
Profile
Posts: 26
Reg: Sep 19, 2013
ireland
5,410
05/10/14 12:33 PM (10 years ago)

How to launch an action screen directly from launching an app using HTML pro

Hey Everyone, this is my first post where I am not begging for help(at least from the first sentence,don't worry I will be asking for some if you read on!) I havn't seen this on the forum so for beginners like myself it could be useful, on Custom HTML input the following code(got this from the internet,I dont have a clue what it means!) <p> <meta charset="UTF-8" /> <meta content="0;url=input screen id here" http-equiv="refresh" /> <script type="text/javascript"> window.location.href = "input screen id here" </script><title>Page Redirection</title> <!-- input your own note here -->input text here <a href="input screen id here">link to example</a></p> this will launch HTML pro and redirect to the action screen immediately,like Send SMS I am using it for my job,and I want to call pages immediately say with voice commands,(I have the pages automatically update with details),the only way I can think of doing it,is having loads of mini apps,each one with a screen each is there a way of saving a HTML shortcut maybe to each of these HTML Pro pages instead of having to launch an app,or widgets to each HTML page, something to that effect? to save the wasted memory of hosting a load of apps? hope this helps someone,and thank you all for your help
 
LA
Aspiring developer
Profile
Posts: 3278
Reg: Aug 16, 2012
Jerseyville, IL
42,880
like
05/11/14 08:15 AM (10 years ago)
Hi @delite, Take out this part: <meta content="0;url=input screen id here" http-equiv="refresh" /> and this: window.location.href = "input screen id here" Put in a a website you are trying to go to here: <a href="input screen id here"> Put in text you want here: input text here save as a html. you should be good to go. LA
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.