Goto Page: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11
Actual Results
- hgun77
- Forum: Programming / Scripting / Coding Forum
- Topic: Javascript read frame url
- Subject: Javascript read frame url
- Replies: 0
- Views: 26
- Subject: Javascript read frame url
Posted: November 18th, 2009, 4:49 pm
I have a html page with is contain of 2 frames. Frame A and Frame B. I cant read Frame A's src through Frame B javascript. window.parent.frames['frameA'].location.href It can read if all are within same domain, I've google it and know it is about browser restriction on security issue on cross domain...
- hgun77
- Forum: Programming / Scripting / Coding Forum
- Topic: Let's make the web faster
- Subject: Let's make the web faster
- Replies: 6
- Views: 1788
- Subject: Let's make the web faster
Posted: June 25th, 2009, 2:24 am
it is cool man!! Thx for sharing.
- hgun77
- Forum: Programming / Scripting / Coding Forum
- Topic: JavaScript Implement Timer Control
- Subject: JavaScript Implement Timer Control
- Replies: 2
- Views: 383
- Subject: JavaScript Implement Timer Control
Posted: June 19th, 2009, 9:57 am
i heard that setTimeout() can be use as secondary thread also? is that true?
setTimeout('a()',10);
setTimeout('a()',10);
- hgun77
- Forum: Programming / Scripting / Coding Forum
- Topic: Any1 know how to sort a data table?
- Subject: Any1 know how to sort a data table?
- Replies: 8
- Views: 483
- Subject: Any1 know how to sort a data table?
Posted: June 17th, 2009, 9:16 pm
else you may try to use javascript, doing sorting in DOM.
- hgun77
- Forum: Programming / Scripting / Coding Forum
- Topic: SQL Query advice needed.
- Subject: SQL Query advice needed.
- Replies: 6
- Views: 185
- Subject: SQL Query advice needed.
Posted: June 16th, 2009, 8:36 pm
@Caffeine
Thanks you, I got what your query means.
Thanks you, I got what your query means.
- hgun77
- Forum: Programming / Scripting / Coding Forum
- Topic: SQL Query advice needed.
- Subject: SQL Query advice needed.
- Replies: 6
- Views: 185
- Subject: SQL Query advice needed.
Posted: June 16th, 2009, 5:55 am
thx brother, will use ur approach
- hgun77
- Forum: Programming / Scripting / Coding Forum
- Topic: SQL Query advice needed.
- Subject: SQL Query advice needed.
- Replies: 6
- Views: 185
- Subject: SQL Query advice needed.
Posted: June 16th, 2009, 5:33 am
yeap, I am interest on alive people or pet only.
one people can who many pets at same time. one pet can only belong to one people.
one people can who many pets at same time. one pet can only belong to one people.
- hgun77
- Forum: Programming / Scripting / Coding Forum
- Topic: SQL Query advice needed.
- Subject: SQL Query advice needed.
- Replies: 6
- Views: 185
- Subject: SQL Query advice needed.
Posted: June 15th, 2009, 10:33 pm
I have 2 tables. 1. tbl_people ============== id name state (0=dead, 1=alive) 2.tbl_pet ============== id name owner_id(people id) born_datetime(once it born it will immedialy have a owner) state (0=dead, 1=alive) Query: To get latest pet(alive) for all people(alive) My Query(MySQL): 1) SELECT ppl.`...
- hgun77
- Forum: Programming / Scripting / Coding Forum
- Topic: I need help on regular expression.
- Subject: I need help on regular expression.
- Replies: 3
- Views: 296
- Subject: I need help on regular expression.
Posted: June 25th, 2008, 7:17 am
Thanks joebert, I really appreciate your help. I am not very familiar with regular expression... i am not understand the solution you gave... can you explain clearly.. sorry for that... thank for your time.. i am ready to learn...
- hgun77
- Forum: Programming / Scripting / Coding Forum
- Topic: I need help on regular expression.
- Subject: I need help on regular expression.
- Replies: 3
- Views: 296
- Subject: I need help on regular expression.
Posted: June 24th, 2008, 5:56 am
Really nobody can help me?
- hgun77
- Forum: Programming / Scripting / Coding Forum
- Topic: I need help on regular expression.
- Subject: I need help on regular expression.
- Replies: 3
- Views: 296
- Subject: I need help on regular expression.
Posted: June 23rd, 2008, 9:14 am
Hi, I need your help. It is about regular expression. I would like to match a string below: student[123456] = [1,0,0,0,0,'','','', '2008,06,27,02,45,0' ,'1','0.25','1.79','2.06',1]; '2008,06,27,02,45,0' is the value that I want. And I am writing something like this in my code c# Regex rDateTime = ne...
- hgun77
- Forum: Programming / Scripting / Coding Forum
- Topic: Rich Text in <Input type='text' /> ? Possible?
- Subject: Rich Text in <Input type='text' /> ? Possible?
- Replies: 2
- Views: 222
Posted: April 19th, 2008, 9:04 pm
Yes, I know that. But it is for <textarea>. I have some special case that I cant make client code into <textarea> and I must use <input type="textbox" />
Anyone?
Anyone?
- hgun77
- Forum: Programming / Scripting / Coding Forum
- Topic: Rich Text in <Input type='text' /> ? Possible?
- Subject: Rich Text in <Input type='text' /> ? Possible?
- Replies: 2
- Views: 222
Posted: April 19th, 2008, 1:30 pm
Is that to have rich text in a simple textbox?
I just need a direction, I think Javascript can help me. But i try to insert some html into textbox's value using .innerHTML, it fail.
Please advices. Thanks.
I just need a direction, I think Javascript can help me. But i try to insert some html into textbox's value using .innerHTML, it fail.
Please advices. Thanks.
- hgun77
- Forum: Programming / Scripting / Coding Forum
- Topic: javascript newbie - can I get a hand with a dd menu?
- Subject: javascript newbie - can I get a hand with a dd menu?
- Replies: 1
- Views: 298
Posted: July 23rd, 2007, 1:11 am
http://www.webstudiohelp.net/Tigra_Free ... u_Nav.html
Hope it help u instead of rewriting a new one...
Hope it help u instead of rewriting a new one...
- hgun77
- Forum: Programming / Scripting / Coding Forum
- Topic: Useful Free PHP scripts :)
- Subject: Useful Free PHP scripts :)
- Replies: 4
- Views: 651
- Subject: Useful Free PHP scripts :)
Posted: July 23rd, 2007, 1:05 am
yup, http://www.codebeach.com/ is another good site.

