Click here to Skip to main content
15,918,967 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: files on a linux box? Pin
MaryAnne25-May-07 3:55
MaryAnne25-May-07 3:55 
Questionminimize SSL Pin
KBTibbs24-May-07 7:46
KBTibbs24-May-07 7:46 
AnswerRe: minimize SSL Pin
KBTibbs4-Jun-07 13:50
KBTibbs4-Jun-07 13:50 
QuestionRetrieving Windows Login Pin
robw188824-May-07 5:42
robw188824-May-07 5:42 
AnswerRe: Retrieving Windows Login Pin
Not Active24-May-07 8:30
mentorNot Active24-May-07 8:30 
AnswerRe: Retrieving Windows Login Pin
kiran kumar[Intelligroup]24-May-07 19:14
kiran kumar[Intelligroup]24-May-07 19:14 
AnswerRe: Retrieving Windows Login Pin
Vasudevan Deepak Kumar24-May-07 22:17
Vasudevan Deepak Kumar24-May-07 22:17 
QuestionDoes not supported by Mozilla Browser. Pin
PavanPareta24-May-07 4:29
PavanPareta24-May-07 4:29 
 <br />
function insertAtCursor(myField, myValue)<br />
{	 <br />
//IE support<br />
		if (document.selection) {<br />
			myField.focus();<br />
			sel = document.selection.createRange();<br />
			sel.text = myValue;<br />
		}<br />
		//MOZILLA/NETSCAPE support<br />
		else if (myField.selectionStart || myField.selectionStart == '0') {<br />
			var startPos = myField.selectionStart;<br />
			var endPos = myField.selectionEnd;<br />
			myField.value = myField.value.substring(0, startPos)<br />
			+ myValue<br />
			+ myField.value.substring(endPos, myField.value.length);<br />
		} else {<br />
			myField.value += myValue;<br />
}		}<br />


------------------------------------------------------------------------------
HTML CODE

here <> = []
[form id="form1" runat="server"]
[div]
[div id="html_div"]
[div]
[FCKeditorV2:FCKeditor ID="FCKeditor2" runat="server" Height="250px" Width="590px" BasePath="/BradCRM/BradEditor/"]
[/FCKeditorV2:FCKeditor]
[/div]
[/div]
[div id="text_div" style="display: none"]
[textarea tabindex='110' name='body' cols="100" rows="20"][/textarea]
[/div]
[/div]

[/form]

------------------------------------------------------------------------------
this is workon IE but this code Does not supported by Mozilla Browser.


please Help Me.Cry | :(( D'Oh! | :doh:



Pavan Pareta

QuestionCustom Build Provider not workiNG Pin
gantww24-May-07 3:32
gantww24-May-07 3:32 
AnswerRe: Custom Build Provider not workiNG Pin
gantww24-May-07 3:32
gantww24-May-07 3:32 
QuestionPartial postbacks don’t work how I expect Pin
Senseicads24-May-07 3:09
Senseicads24-May-07 3:09 
AnswerRe: Partial postbacks don’t work how I expect Pin
Not Active24-May-07 3:54
mentorNot Active24-May-07 3:54 
GeneralRe: Partial postbacks don’t work how I expect Pin
Senseicads24-May-07 3:56
Senseicads24-May-07 3:56 
QuestionOnly numbers in textbox Pin
Jats_4ru24-May-07 3:06
Jats_4ru24-May-07 3:06 
AnswerRe: Only numbers in textbox Pin
Tarakeshwar Reddy24-May-07 3:55
professionalTarakeshwar Reddy24-May-07 3:55 
AnswerRe: Only numbers in textbox Pin
Not Active24-May-07 3:59
mentorNot Active24-May-07 3:59 
AnswerRe: Only numbers in textbox Pin
eggsovereasy24-May-07 10:25
eggsovereasy24-May-07 10:25 
AnswerRe: Only numbers in textbox Pin
Blumen24-May-07 18:39
Blumen24-May-07 18:39 
Question[Message Deleted] Pin
Kurmala24-May-07 2:48
Kurmala24-May-07 2:48 
AnswerRe: very urgent Pin
Not Active24-May-07 2:56
mentorNot Active24-May-07 2:56 
GeneralRe: very urgent Pin
eggsovereasy24-May-07 10:28
eggsovereasy24-May-07 10:28 
AnswerHow many times do we have to tell you??? Pin
leckey24-May-07 4:04
leckey24-May-07 4:04 
AnswerRe: Pin
Vasudevan Deepak Kumar24-May-07 22:20
Vasudevan Deepak Kumar24-May-07 22:20 
Questionmy pdf is corrupting Pin
adilkazmi24-May-07 2:46
adilkazmi24-May-07 2:46 
QuestionAsp .net page not working in an iframe. Pin
dptalt24-May-07 2:37
dptalt24-May-07 2:37 

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.