html("https://www.xyplorer.com/xyfc/viewtopic.php?f=1&t=4&sd=d",1600,1000);In the x64 version the view window pops but does not show the website. Instead in only shows black space. see image.
html("https://www.xyplorer.com/xyfc/viewtopic.php?f=1&t=4&sd=d",1600,1000);Is there likely to be a fix for this at some point? Or something else we can use?
Thanks, Don, it's working now, although I have found an issue.
Oh geez, sorry. I meant to include but quite clearly I forgot
Code: Select all
end(getinfo("CountSelected") < 1), "Nothing selected!";
$html = urldecode(html('
<html>
<body style="font-family:arial;">
<form method="get" action="xys:">
Replace this: <input type="text" name="NameFieldONE" size="60" value=""><BR>
With this: <input type="text" name="NameFieldTWO" size="60" value=""> <BR>
<p align="left"><input type="submit" name="ReplaceButton" value=" Replace " ></p>
</form>
<script language="javascript" type="text/javascript">
document.getElementById("NameFieldONE").focus();
</script>
</body>
</html>',"700", "350", "Replace With"));
$result = replace(regexreplace($html, "\?NameFieldONE=|&ReplaceButton=\s+Replace\s+", ""), "&NameFieldTWO=", ":");
$replacethis = gettoken($result, "1", ":");
$withthis = gettoken($result, "2", ":");
rename s, "$replacethis/$withthis";
Thanks for checking it out. Fingers crossed we don't have to wait too long
Thanks, Don. Something else that is now not working but also may be a "wait for the others" thing but the focus command isn't working. When I run the script, the field that has the the focus command isn't focused.
Code: Select all
document.getElementById("NameFieldONE").focus();