Click here to Skip to main content
15,897,371 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Timer Pin
Michael Sync26-Nov-07 19:08
Michael Sync26-Nov-07 19:08 
Questionjavascript: getelementbyId() cannot find my control! Please, adivice. Pin
alexvw26-Nov-07 12:37
alexvw26-Nov-07 12:37 
AnswerRe: javascript: getelementbyId() cannot find my control! Please, adivice. Pin
Michael Sync26-Nov-07 19:13
Michael Sync26-Nov-07 19:13 
GeneralRe: javascript: getelementbyId() cannot find my control! Please, adivice. [modified] Pin
alexvw27-Nov-07 0:33
alexvw27-Nov-07 0:33 
QuestionProblem related to js file. Pin
soniasan26-Nov-07 0:31
soniasan26-Nov-07 0:31 
AnswerCross posting. Please ignore Pin
Vasudevan Deepak Kumar26-Nov-07 3:10
Vasudevan Deepak Kumar26-Nov-07 3:10 
QuestionBorders when embedding flash in a page Pin
Christian Graus25-Nov-07 23:26
protectorChristian Graus25-Nov-07 23:26 
AnswerRe: Borders when embedding flash in a page Pin
SABhatti26-Nov-07 5:48
SABhatti26-Nov-07 5:48 
Christian here is what you have to do, I have tested in IE:

in your main page do this:

<br />
<FRAMESET frameborder= "0 px" framespacing="0 px" Rows="217, *" ><br />
	<FRAME name="xSelection" src="frame1.htm" scrolling="no" NORESIZE><br />
	<FRAME name="xIndividualStore" src="frame2.htm" scrolling="no" NORESIZE><br />
</FRAMESET><br />


Rows for the first frame should be fixed. you might have to test for the flash object by increasing and decreasing the number of rows until it fits the flash object. Rows for the second frame can be automatic.

And top and bottom margins (margins in body tag of both pages) for frame1.htm and frame2.htm should be 0.

This way you will get your required results. Make sure your flash object does not have any blank lines at the end.

-----

GeneralRe: Borders when embedding flash in a page Pin
Christian Graus26-Nov-07 9:01
protectorChristian Graus26-Nov-07 9:01 
QuestionCannot serialize member CT_ToolKit.UtilityXmlBase.Properties of type System.Collections.Hashtable, because it implements IDictionary [modified] Pin
Philip Armstrong Sam25-Nov-07 19:04
Philip Armstrong Sam25-Nov-07 19:04 
QuestionUsing JSP Pin
gReaen25-Nov-07 18:14
gReaen25-Nov-07 18:14 
AnswerRe: Using JSP Pin
Christian Graus25-Nov-07 19:03
protectorChristian Graus25-Nov-07 19:03 
AnswerRe: Using JSP Pin
Vasudevan Deepak Kumar26-Nov-07 3:13
Vasudevan Deepak Kumar26-Nov-07 3:13 
QuestionHow to find Reciprocal URL Pin
swguy2325-Nov-07 17:30
swguy2325-Nov-07 17:30 
AnswerRe: How to find Reciprocal URL Pin
Paul Conrad25-Nov-07 18:19
professionalPaul Conrad25-Nov-07 18:19 
AnswerRe: How to find Reciprocal URL Pin
Michael Sync25-Nov-07 18:56
Michael Sync25-Nov-07 18:56 
QuestionHelp with database Pin
gReaen25-Nov-07 5:55
gReaen25-Nov-07 5:55 
AnswerRe: Help with database Pin
Paul Conrad25-Nov-07 9:42
professionalPaul Conrad25-Nov-07 9:42 
QuestionRe: Help with database Pin
gReaen25-Nov-07 18:13
gReaen25-Nov-07 18:13 
AnswerRe: Help with database Pin
Vasudevan Deepak Kumar25-Nov-07 22:04
Vasudevan Deepak Kumar25-Nov-07 22:04 
QuestionHow to retrieve a image from a database and display along with other components Pin
faesel25-Nov-07 2:43
faesel25-Nov-07 2:43 
AnswerRe: How to retrieve a image from a database and display along with other components Pin
Christian Graus25-Nov-07 8:35
protectorChristian Graus25-Nov-07 8:35 
GeneralRe: How to retrieve a image from a database and display along with other components [modified] Pin
faesel26-Nov-07 6:33
faesel26-Nov-07 6:33 
AnswerRe: How to retrieve a image from a database and display along with other components Pin
faesel28-Nov-07 5:00
faesel28-Nov-07 5:00 
QuestionSQL Server Connection pooling in classic ASP? Pin
joker79724-Nov-07 7:00
joker79724-Nov-07 7:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.