Bookmark
I have a form that does a few things, such as collect
data and than using cdonts emails this data to a place to
be parsed.
I need to add a bookmark command to this form. I have a
javascript one, but i would like to keep entire page asp.
Do you know where i can find an asp program i can add to
my form so i can do this, or am i stuck with using
javascript?
View Replies
Once, I found it quite convenient to try and redirect users to a particular page using Response.Redirect()... and in the URL, appended "#section3". To my surprise, this didn't work.
Knowing bookmarks are exclusively a matter for the browser, um.., is this the ONLY reason why you can't do this? Code:
View Replies
View Related
How do you get the bookmark on the end of a url with ASP? ....
View Replies
View Related
We want to add a "bookmark this page" link to our website. Does anyone have a code example for this?
View Replies
View Related
Ik made some code but i can't get it working.When i view the source of the emailbody the HTML is correct but nevertheless it doesn't work. Code:
View Replies
View Related
how to open word document met bookmark image. I like to open a word document with an image. here is my code
<%
Dim MyDoc
dim objWord
Set objWord = CreateObject("Word.Application")
Set MyDoc = CreateObject("Word.Document")
MyDoc.Application.Visible = True
'Set the font properties
MyDoc.content.Font.Bold = True
MyDoc.content.Font.Italic = True
MyDoc.content.Font.Underline = True
MyDoc.content.Font.Name = "Comic Sans MS"
MyDoc.content.Font.Size = 25
Set MyDoc = Nothing
%>
View Replies
View Related
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Not a valid bookmark.
has anybody seen such types of errors?
View Replies
View Related