Forum Discussion
AnvikaReddy
7 years agoQrew Trainee
Thanks ,
I know JavaScript,How to call this code pages?
I know JavaScript,How to call this code pages?
- GauravSharma37 years agoQrew CommanderYou can use IOL technique to implement this on the form.
Thanks,
Gaurav - LanePemberton7 years agoQrew CadetA link or further clarification would be helpful. Googling your answer leads to a certain type of eye surgery.
- ScottMarks7 years agoQrew MemberOriginal post by Dandiebolt: https://community.quickbase.com/quickbase/topics/how-do-i-setup-the-image-onload-technique-iol
- LanePemberton7 years agoQrew CadetThank you Scott!
- AnvikaReddy7 years agoQrew TraineeThanks guys,
Is it Possible to call JavaScript With out using IOL technique? - GauravSharma37 years agoQrew CommanderHi Anvika,
Try this."<img qbu=\"module\" src=\"/i/clear2x2.gif\" " & "onload=\"javascript:if(typeof QBU=='undefined'){QBU={};$.getScript('" & URLRoot() & "db/" & Dbid() & "?a=dbpage&pagename=test.js&rand='+Math.random())}\">"
Create a test.js page and put an alert to test out_ if this working or not.
Thanks,
Gaurav