Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 7 of 7
Search took 0.06 seconds.
Search: Posts Made By: edric
Forum: JavaScript frameworks 08-10-2009, 04:16 PM
Replies: 2
Views: 3,290
Posted By edric
try this $.Plugin = function(obj,opt) {...

try this


$.Plugin = function(obj,opt)
{
init();

function init() { ... };
function heartbeat() { ... };
Forum: MySQL 07-27-2009, 02:52 PM
Replies: 6
Views: 902
Posted By edric
When you union a select you get only on result...

When you union a select you get only on result set, with one set of column name.

in your select you don't have "food" column. you only have the first column probably name "restaurant" that...
Forum: JavaScript programming 07-21-2009, 02:30 PM
Replies: 5
Views: 1,236
Posted By edric
What don't you understand ? I found out...

What don't you understand ?

I found out element.removeChild(...) works better.
Case Solved



BTW: The IE Crash happens only if I try to remove second option out of two options.
Forum: JavaScript programming 07-21-2009, 10:14 AM
Replies: 5
Views: 1,236
Posted By edric
I'm removing option in select box (it works the...

I'm removing option in select box (it works the same as selectBox.options[1]=null)

Its a very old code that needed a changed.
I rewrite the code to use DOM objects (creating appending elements...
Forum: JavaScript programming 07-20-2009, 11:41 AM
Replies: 5
Views: 1,236
Posted By edric
IE7 Crashes ith select box

A problem with these code in IE7


<select id="testSelect">
<option value="one">1st option</option>
<option value="two">2nd option</option>
</select>

<input type="button" value="remove"...
Forum: HTML & CSS 08-27-2008, 02:37 PM
Replies: 2
Views: 586
Posted By edric
Hi Jerry, Thank for the reply Image is...

Hi Jerry,

Thank for the reply

Image is dynamically generated and size changes the same.
Image could by 600px width and about 2500px height.

The system is not currently connected to the...
Forum: HTML & CSS 08-27-2008, 02:10 PM
Replies: 2
Views: 586
Posted By edric
Printing Big (Huge... You dont belive how huge...) image in a browser

Hi,

This is a client side only request,

I create a page dynamically looks like

<center>
<span style="font-size: 9pt; color: #00455a; font-family: Arial">One Line Text Here.</span> ...
Showing results 1 to 7 of 7

 
Forum Jump

All times are GMT +1. The time now is 11:17 PM.