Jump to content
UBot Underground

Splash page link open in a new window


Recommended Posts

I created an application with splash page in the bot. The splash page has a link and open in a new window. However, when I click on the splash page link in the bot software, my internet browser cannot open (no respond at all).

 

In the bot software, I have unchecked the "Block Popup" in the "Preference".

 

Anyone can help here?

 

Thanks,

Sean

Link to post
Share on other sites

Just normal HTML page created from Microsoft Frontpage that has <html> <body> and with the hyperlink.

 

Or we need other code to make it work?

Link to post
Share on other sites

Can you post the url that you have in your "ui splashpage" node.

 

Also, update your profile so we can see what version of UBot and OS you are running.

 

Thanks!

Link to post
Share on other sites

Works for me.

 

Un-check the UBot Preference for POP-Ups. Then save your bot. Close UBot. Open your bot backup and click the link once it has loaded.

 

That is what I did and it worked.

Link to post
Share on other sites

Eddie, do you mean there's no way to make the link open in a new window in splash page?

 

If yes, I think we need to feedback this to the ubot support?

Link to post
Share on other sites

Eddie, do you mean there's no way to make the link open in a new window in splash page?

 

If yes, I think we need to feedback this to the ubot support?

 

Hi - I done a few tests and noted that if you place a link inside the html area so that the link is in the UI then it will open a new IE browser - if using the _blank -

 

however not if the link is on the page

 

Kind of weird

Link to post
Share on other sites

I have same issue and resolve it.

1.Place hidden text box in html.

2.Set on click event of href tag to call java script to change value in text box with url.

3.In script code while not scrape chosen value nothing

4.If scrape chosen value not nothing than in IE window navigate to textbox value

 

I hope this will help you.

Link to post
Share on other sites

I have same issue and resolve it.

1.Place hidden text box in html.

2.Set on click event of href tag to call java script to change value in text box with url.

3.In script code while not scrape chosen value nothing

4.If scrape chosen value not nothing than in IE window navigate to textbox value

 

I hope this will help you.

 

Thanks for the tips. However, I don't really understand how to do this. :-)

 

Maybe you have a sample source file for me?

 

Thanks!

Link to post
Share on other sites

Hi Sean,

When You start compiled exe add /auto at the end of command line.

For example c:\myFolder\test.exe /auto.

This can be used from shortcut or task scheduler or simply from command line in start->run...

I hope this help.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...