I am new to PHP. I am wondering how everyone debugs their scripts. I have a need to interogate a value of a variable during runtime. I need a way to step thru the code line by line...
Cheers onpnt,
i already my internet settings as allow, but i am working on an intranet, forgot to set those.
Thanks. [COLOR=blue]D[COLOR=red]e[COLOR=blue]l[COLOR=red]t[COLOR=blue]a[COLOR=red]F[COLOR=blue]l[COLOR=red]y[COLOR=blue]e[COLOR=red]r
[COLOR=blue]The [COLOR=red]Only...
I have written an ActiveX control in VB to use in an asp system. The AXC will upload up to 10 files to the server at once, to do this it needs to know the destination folder on the server.
I am passing this information to the AXC via javascript, but everytime i run the page i get the following...
The issue is i am dealing with a server over 200miles away (slight speed issue) so i was wondering if there was a quicker way of doing it. [COLOR=blue]D[COLOR=red]e[COLOR=blue]l[COLOR=red]t[COLOR=blue]a[COLOR=red]F[COLOR=blue]l[COLOR=red]y[COLOR=blue]e[COLOR=red]r
[COLOR=blue]The...
If you right click on a folder in windows and select properties, you get shown how many files and subfolders there are.
Can i achieve the same effect through VB without physically visiting each and every folder below the start folder?
If so, can you give me an example or point me in the...
I have been tasked to compile an ActiveX graph, (my first ActiveX project ever) and would like to be able to choose the colors shown on the graph.
It took me a couple of days to figure out how to pass all the graph variables but that is now done, thankfully!
I have also successfully added...
How do i make the taskbar flash?
My program is an ICQ style LAN based secure messenger, the management want to allow interoffice communications but not with the outside world. I have done the hard work but can't figure the simple task.
Everyone says that the beep that accompanies the arrival...
We started using VInterDev about 3 years ago, when we were only running a couple of systems on the web. We now have 27 different systems running on the same www root, this is not a problem, the problem is keeping everyones project view up to date.
20-30 minutes the refresh is taking, is there...
I have tried that but to no avail, that is why i reverted to JS.
Could you show me how to do this as i am not at all familiar with CSS? [COLOR=blue]D[COLOR=red]e[COLOR=blue]l[COLOR=red]t[COLOR=blue]a[COLOR=red]F[COLOR=blue]l[COLOR=red]y[COLOR=blue]e[COLOR=red]r
[COLOR=blue]The [COLOR=red]Only...
i am currently using
function mousein(x)
{
x.style.color = '#000000'
x.style.textDecoration = 'none'
}
function mouseout(x)
{
x.style.color = '#FFFFFF'
x.style.textDecoration = 'underline'
}
To change the style of my hyperlinks when the mouse is hovered over them,
<a href=blah.com...
I am using the following code to fill out a combo box with items from an access database, but each time i try to execute it i am coming up with "TYPE MISMATCH Error 13" on the Set rs=db.OpenRecordset line, can anybody help me please.
Dim ws As Workspaces
Dim db As Database...
I have a report that uses 40+ criteria to compile. My users have requested that i generate some kind of MEMORY SYSTEM that will remember all these criteria to save them from always having to re-enter. (Theyre a lazy bunch ;-))
This part i have done, (Wehay! :-D) a 300 line javascript reads the...
With this coding on an ASP page,
x=""
x=x&"<html><body>"
x=x&"<img src=../images/" & picture & ">"
x=x&"</tr>"
x=x&"</table>"
x=x&"</body></html>"
oConnect.Execute "EXEC master..xp_sendmail @recipients='" & address...
I have specified the combobox as a multiple,
<select multiple size=5 style='FONT-SIZE: 8px; FONT-FAMILY=MS Sans Serif;' name=status >
but i need to be able to select multiple entires via javascript.
i.e.
document.form.status.options[1].selected
and
document.form.status.options[2].selected...
On the click of a button i need to be able to select several entries out of a multiple combo box containing hundreds, can anybody point me to a working version of this theory or could you help me out?
I have tried to select them individually and i only end up with the last one selected.%-( It's...
Is it possible to use the cookies from one page on another page?
I need to be able to access stored details across 4-5 pages and thought that cookies would be the answer?
If it is even possible can you help me out?
Thanks for you time...
Can you update the innerHTML of a span tag that is on the opener of the current window.
I have been trying to use window.opener.span.innerHTML = 'Whatever' and it does not work.
If this is possible could somebody please show me how.
Thanks for your time...
Thankfully were running a NS6 and IE5.5 network, all internal so no probs there. Cheers for the advice anyway. [COLOR=blue]D[COLOR=red]e[COLOR=blue]l[COLOR=red]t[COLOR=blue]a[COLOR=red]F[COLOR=blue]l[COLOR=red]y[COLOR=blue]e[COLOR=red]r
[COLOR=blue]The [COLOR=red]Only [COLOR=blue]Programmer...
Thanks mithril, just what i been looking for. [COLOR=blue]D[COLOR=red]e[COLOR=blue]l[COLOR=red]t[COLOR=blue]a[COLOR=red]F[COLOR=blue]l[COLOR=red]y[COLOR=blue]e[COLOR=red]r
[COLOR=blue]The [COLOR=red]Only [COLOR=blue]Programmer [COLOR=red]To [COLOR=blue]Crash [COLOR=red]With [COLOR=blue]Style. LOL
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.