HI i have a function that filters my xml data for selectsinglenode but i need to return all of the items.
i have found the selectNodes option but i am unsure how to use it could you please help my function is below
thanks
function filterUsingDOM()
{
var qs = "'"...
ITS OKAY I GOT IT TO WORK...
THANKS AGAIN FOR YOUR HELP
DIM MAILURL
MAILURL = "SOMEONE@SOMEWHERE.COM"
LinkButton1.Attributes.Add("onclick", "location.href=" & "'" & mailurl & "'")
Brilliant that works ... how can i make the mailto a variable i.e Dim MyVar as string MyVar=some@somewhere.com LinkButton1.Attributes.Add("onclick", "location.href=' & yVar & "'") thanks again for your help
the problem is this a hyperlink will open the mailto: but i need to update the table when the hyperlink is clicked (no onclick with hyperlink)... so i figured i would use the linkbutton but have now found that there is no navigation with a link button except with using javascript (this is where...
i need a browser style window to be opened and then the user to be able to select though there local drives ,network etc. i have tried view tree but it does not give the kind of functionality i am after
i have been searching all over the net for this but as yet now luck.
i am using webmatrix to develope an application that lets the user select a folder and then checks the contents.
the page is .aspx is there anything like the "folderbrowserdialog" control that i can use ?
at the moment i am...
Hi
i have the code below that picks up the file version okay but i need to pick up the addition attributes of the .dll files
i.e company and description
any ideas????
thanks
Rich75
Function ShowFileDescription(filespec)
Dim fso, f
Set fso = CreateObject("Scripting.FileSystemObject")...
please help.....
just wondered if any body knows how to format the datagrid when a row is being edited as it seems to default all of the cells to the same size, ignoring any formats already set for the datagrid also is there a way to set a cell to display as a drop down (listbox) within the...
Brilliant thanks for that
however i have a little problem still becuase it is trying to create a new mapi profile i keep on getting the promt on what exchange settings i want to use....
how did you get round this ?
Hi just wondered if any one can help
i have a backup job that rights out to a text file
i want to automate the notifiction by looking at the text file and picking out the relavent text and then emailing myself with the collected text string
the collection of the data is not a problem but i...
Hi tsuji
Yes sorry typo on my part
that still gives the same error
however i changed the code to call a .bat script
the .bat script then calls the vbs script
i have used as a work around.
if you have any ideas why it will not call the vbs script directly i would appreciate it
thank
Rich
Hi i have tried Shell
Public sub
dim retval
retval = ("c:\test.vbs")
end sub
this gives me an error of
runtime error '5':
invalid procedure call or argument
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.