After I finally learned Javascript, the first thing I thought was "reader", well, after ShadowStar needed a reader. It kind of evolved into a text displayer, and then Its starting to have more advanced features.
It didn't actually take long to program, but the only let down is that it cant display pics.
Also, if you want to add a script, you must copy the entire reader and add the scripts from there.
qScript
Source Code
Look at the source-code if you're interested!
Last edited by Servine (2012-03-14 13:45:22)
Offline
It doesn't do anything. :S
Offline
Well in your script you seem to be using window.location = 'Alert' which won't do anything at all.
Offline
Servine wrote:
rookwood101 wrote:
Well in your script you seem to be using window.location = 'Alert' which won't do anything at all.
err, thats a temp variable. dur.
window.location = 'Alert' would attempt to make your browser go to Alert (As in, try and access it as a website) which would not work.
this is what your browser would try and go to.
Offline
rookwood101 wrote:
Servine wrote:
rookwood101 wrote:
Well in your script you seem to be using window.location = 'Alert' which won't do anything at all.
err, thats a temp variable. dur.
window.location = 'Alert' would attempt to make your browser go to Alert (As in, try and access it as a website) which would not work.
this is what your browser would try and go to.
its not window.location ='Alert'!!!
What line of code, is it ForceHyperlink or Hyperlink?
Offline
Servine wrote:
rookwood101 wrote:
Servine wrote:
err, thats a temp variable. dur.window.location = 'Alert' would attempt to make your browser go to Alert (As in, try and access it as a website) which would not work.
this is what your browser would try and go to.its not window.location ='Alert'!!!
What line of code, is it ForceHyperlink or Hyperlink?
window.location=(qScript[num])
Appears multiple times.
Offline
rookwood101 wrote:
Servine wrote:
rookwood101 wrote:
window.location = 'Alert' would attempt to make your browser go to Alert (As in, try and access it as a website) which would not work.
this is what your browser would try and go to.its not window.location ='Alert'!!!
What line of code, is it ForceHyperlink or Hyperlink?Code:
window.location=(qScript[num])Appears multiple times.
that means if..
qScript[0] was hyperlink
qScript[1] was http://www.google.com/
it means it would hyperlink to google!
Offline
Awesome! I am going to attempt to write a script editor for this.
Offline
Servine wrote:
nathanprocks wrote:
Awesome! I am going to attempt to write a script editor for this.
![]()
Thanks!
I have uploaded it to my website but I still need a way to pass the script line-by-line before I can make the script editor actually do something lol.
Offline
uh how do you open a file
Offline
veggieman001 wrote:
uh how do you open a file
You don't. You have to write the code inside the html code.
Offline