User Profile
Collapse
-
I haven't posted my form. Its only a sample for the math symbols. -
I have some sample code for the math editor.
Code:<html> <head> <style> .popup { position: absolute; left: 100px; top: 100px; border: 1px solid #000; background-color: #f0f0f0; } .popup .symbol { display: inline-block;
Leave a comment:
-
-
-
Instead the following function
Code:function getColor(block) { var s_url=block.href; var pColor=s_url.substr(s_url.indexOf("#")); document.getElementById("colorPalDemo").style.Color=pColor; }
Code:function getColor(block1) { var s_url=block1.href; var pColor=s_url.substr(s_url.indexOf("#"));
Leave a comment:
-
Ok gits. I will see the code to get some idea.If any doubts i will ask you again.Leave a comment:
-
-
Math Editor
Hi
I need help in creating a math editor to my form. Please tell me how to create a math editor which includes all symbols like sigma,pi etc. By clicking a button i want to get open the math editor. And after selecting the symbol from math editorit should seen like <font symbol=√>√</font> Please tell me how to do that.√=√Th e value alone will seen inbetween font tags √ -
-
The following is my code.
Code:<script type="text/javascript"> function getColor1(id) { var clr = document.getElementById(id); if (clr.style.visibility=="visible") { clr.style.visibility="hidden"; } else { clr.style.visibility="visible"; } } function getColor(block) {//alert(block);
Leave a comment:
-
No no i don't want to see the text color change.I am having some textarea and i am entering some text,what i want to do is for my selected text in my textbox i want to select the color. And inside my textbox it should seen like this <font color=#FF4500>w elcome</font>Leave a comment:
-
-
color picker: can't select the color
Hi,
I am new to use the php,javascript.
I have done the coding for color palette.But now i also do something like by clicking the image the palette get open. But what my problem is i cann't able to select the color i want. Please tell me what i am doing wrong.Otherwise please suggest me some other code.My code is
Code:<html> <head> <script type="text/javascript"> function
No activity results to display
Show More
Leave a comment: