Jump to content

Click button with hidde acces + rolling bar on iE


Recommended Posts

Http code:

<div class="right">

<input value="Zatwierdź &gt;" onclick="javascript: window.location.href='/news.php';" type="button">

</div>

How use this button? Need use "click", _IESubmit not working ;)

And BARS>.. i dont know how call it, but need after my _IESubmit roll down website... want do it autmatic :)

post-69030-0-10323800-1324589393_thumb.j

Edited by OneSometnyGud
Link to comment
Share on other sites

Your post not give us nothing special, just delete it.

This image is kind of translate my opinion about BARS.... im talking about this bars to go up SITE and go down SITE XD

i tryed with and

but there is other kind of html code... there is "TD"

<li><div class="left">
 <input value="&lt; Popraw dane" onclick="javascript: window.location.href='/Register.php';" type="button">
 </div>

  <div class="right">
 <input value="Zatwierdź &gt;" onclick="javascript: window.location.href='/Register.php/requestEmailConfirmation';" type="button">
 </div>

My tryed but not working

$iNumLinks = @extended
For $i=0 to ($iNumLinks - 1)
$oLink = _IELinkGetCollection($oIE,$i)
If $oLink.href = "javascript: window.location.href='/news.php';" Then
_IELinkClickByIndex($oIE,$i )
EndIf
Edited by OneSometnyGud
Link to comment
Share on other sites

  • Moderators

OneSometnyGud,

Your post not give us nothing special, just delete it.

Not the way to address a Dev. :)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...