hi, how can i access a javascript function from a webpage through the url?
Access javascript through url
Collapse
X
-
Tags: None
-
-
hi, is from another domain. e.g: http://domain.com has a javascript function call makealert(); so how do i access this function from the url instead. i understand you can key in javascript:make alert().. but if we access the page for the first time, how can i input it into the url n run the script?Comment
-
so is there a way to load the url first then the javascript? all done in the url query? or any other method?Comment
Comment