SERVER TO CLIENT CHECK
1. Is there a way using tcp to check if a ethernet cable is plugged in the computer even if computer is shut down.
Or does it need POE and some modules attached on the computer.
CLIENT TO SERVER CABLE DISCONNECTED MESSAGE
2. Other question is if there is a existing...
Hi could someone please provide me user manual or service manual or both for canon bjc 5500?
I am trying to get the printer working but do not know where to start.
The display only shows the column ink level for black but nit for color.
I just got the printer so i do not know how it should...
I thought maybe "Corel Draw" section is not necessary right place to put this question as this has more to do with VBA. Therefore I ask my question here also.
I possibly found a bug in Corel Draw VBA engine?
A. When using CreateSelection in a loop the selection is only activated at first loop...
I possibly found a bug in Corel Draw VBA engine?
A. When using CreateSelection in a loop the selection is only activated at first loop event even though loop goes trough several times.
B. If putting a TOGGLE POINT AT SERTAIN ROW marked below the CreateSelection is getting activated each loop...
How do I refer to a user activated selection?
Something like:
Dim theShapeRange As ShapeRange
Set theShapeRange = ActiveSelection ?
F: Riku Tuominen
riku.tuominen@benchmarking.fi
Anyone know differense in character length between POST and GET methods.
GET maybe about 255 ???
POST unlimited (depending still on timeout limit on server)?
How right Am I ?????? F: Riku Tuominen
riku.tuominen@benchmarking.fi
Yes maybe that would be best solution, even though that function is splitted to two. I gues I am trying to get the code more simple than is possible?
Thank you wery mutch for your ideas, they are appreciated.
I you figure out how to do it simply in onn function, maybe not today, please hope you...
How about something like:
var myWindow = top.mainFrame.location.href = "edit_field.asp";
myWindow.mainFrame.document.form1.pollIndex.value = "sss";
Maybe not directly like that but ... any one maybe get an idea. F: Riku Tuominen
riku.tuominen@benchmarking.fi
Yes that's true. I would need this problem solved rather in the function. I have a large web app with lot of code, where this needs to be resolved. I feel that the code would be too fractured if sending info through url. Also som fields might include to mutch info to be put to the URL(length...
How can I open a new document in a frame and input
a value to a field. Code below don't work.
top.mainFrame.location.href = "edit_field.asp";
top.mainFrame.document.form1.pollIndex.value = "sss";
It seems that href line is not changing the href untill the hole function is...
Nevermind!
I fixed it by changeing the main file to:
<html>
<head>
</head>
<body>
<script language="JavaScript1.1" SRC="testing.js"></script>
<script language="JavaScript1.1" type="text/JavaScript1.1">
testMe();
</script>
</body>
</html> F: Riku Tuominen...
Why does my code not work. I do have MIME defined.
http://localhost/test/external.asp
external.asp
<html>
<head>
</head>
<body>
<script language="JavaScript1.1" SRC="testing.js">
testMe();
</script>
</body>
</html>
testing.js
function testMe(){
alert("testMe")...
2) "Adobe have told me that there exist setting to make it faster but was not able to tell how." - - - - - Why would they not tell their customers how to get the most out of their program? Sounds strange to me.
They sead that they don-t support other software than their own. I think...
Is it possible having ASP running dynamic asp page and creating new page from it which would be static.
I need the prosess to be automatic (not saving the file manually), and process hidden from user.
Opening asp file with openStreemText would not run the asp script or would it? F: Riku...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.