+ 1
Search URL, How to exert a code ? ❤
We are need a code or script to Go To a URL. We have one function : function GoToURL() Are you a idea to go ahead : https://code.sololearn.com/W4pbLtLaKzrK/#js
15 Answers
+ 3
yadcubox
Maybe you can try this :
https://code.sololearn.com/WvVWz1CG4Bqh/?ref=app
+ 3
yadcubox np my pleasure 😊
+ 2
yadcubox what do you mean ?
+ 2
Hi P Jain, Thank you for your message. Otherwise, have you a idea to begin a script ! 'cause here , my function() is not yet define... I want to create a navigator search URL
https://code.sololearn.com/W4pbLtLaKzrK/#html
+ 2
lol
+ 2
yadcubox what is the problem in this code above that you've posted ?
+ 2
May he fixed
+ 2
P Jain, problem is a function, but just i change GoOverURL by GoToURL.
And now, i can't see the result URL (default target="_blank"), I don't know
+ 2
yadcubox then I'll have to check. I'll come back and contact you later . I'm busy at work now.
+ 1
Thank you so much P Jain, Very Well, i'm trying certainly !
I keep you to know about
+ 1
yadcubox what do you mean?
0
Hi Tuguldur, Have you any idea ? 'cause certain sites not support iframe...
0
P Jain, Certain URL not support (iframe link inside ). I am trying like that for all URLs. Ok on windows !
function GoToURL(jain) {
var URLis;
URLis = document.URLfr.tarme.value
window.status=('Connecting....')
jain.value = "Connecting to: http:\\" + URLis
var location=("http://" + URLis);
this.location.href = location;
window.status=('Connecting to ' + URLis + ' Please wait........');
}
I hope you have an other idea... ♫ ♩ ♩
0
P Jain, Thanks for your help. All the best, Enjoy !
0
Hi, P Jain , Tuguldur ! The search to URL, it's running but we add message alert.
You can verify here : http://fetrarivo.com/plan/GoTo.html
Enjoy !