Is it true that you cant refer an external .css file from the xsl file?
Do you have to manually copy over all the css tags you want to use into the .xsl document?
If so whats the rationale for this? If you have 100 xsl file and want to make a style change you have to edit 100 documents? Thats...
During this loop
Dim i
shouldstop = False
For i = 0 To sec
DoEvents
If shouldstop = True Then
Settings_Click (1)
End
Exit Function
End If
Sleep 1000
Text1.Text = "Väntar " & sec - i
Next
the cmdquit and cmdclose events wont fire when...
Hi, thanks for the tips everyone!
I use netscape 6 only for compatibility testing a new site i am developing. I will do a backup solution with session memories to rescue any netscape 6 users.
Cant figure out what goes wrong. It works like a whistle in all other browsers. :)
I have a very VERY strange bug. Im testing a website for netscape 6.
My problem:
Asp variables filled from request.form statements print all right and fine on screen for the users.
BUT! they dont show up in netscape 6 page source. That means that my dynamically generated href javascript...
I know that this is not a doable thing in asp but i would like someone to suggest an appropriate teqnuiqe.
I have: A dynamicall generated hitlist. (a long one) where mother entities have a number of child entities.
What i want to do: I want every mother entity to be expandable so that child...
Hi
I have a fairly large algorithm (about 700 lines) and have some strange problems. Namely: the regular compare operation does not work... that is "if n > hits then ..." does not execute even do n > hits.
I have done checks by doing a response.write belov the if statement and it...
Im in trouble!
I want to replace all instances of heading 1 in a document with heading 2.... no problem if you do it manually through the menus. But if i record i macro the macro dont do a thing!
This is the code that dont do anything:
Selection.Find.Style = wdStyleHeading1...
Ken,
Thanks for your answer.
Wy question was somewhat unclear... :)
Ill try again:
Is it faster to go through the entire table to find the record with the key you are looking for.. (maybe 100 different record in a loop)
Or performing a sql search a 100 times, one time for each specific...
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.