Saturday, August 21, 2004
MREDKJ suggestions
posted by Keith [8/21/2004 03:22:00 PM] - permalink - 11 comments
11 comment(s):
I'm guessing you should probably put a link off to the side of each page, near the comment area.
Posted [9/03/2004 09:40:00 AM]
THANK YOU KEITH :-) After much hair pulling and spoon banging in my high chair, I was finally able to solve my IE saving images as bitmap only, and inability to "view source" from your tips. All the standard "delete temp. files blah blah blah did nothing and I was completely screwed, Until..... Make new temp internet files folder and point to that for temp files under tools/internet otions. GENIUS!
I cannot thank you enough, seriously. A major frustration is now solved, and you were the only person on the entore interent that posted a WORKING solution. Cowboy Up and God bless.
Paul: (http://www.cowboyblacksmith.com)
Posted [10/15/2004 11:06:00 PM]
Loved the mixed2b tutorial and script. Was exactly what I was looking for. However, it would be even better if there was some mention of how to get that data in the second Select element passed to a server-side script. I created a function that gets called after every moveOptions call to load the option values into a string that gets loaded into a hidden input field. Then (I'm using PHP) I explode() the POST value to feed the values into the database. I'm sure somebody with more experience in Javascript can do better!
Posted [5/26/2005 01:51:00 PM]
This blog entry has an interesting mix of feedback. Thanks to those who wrote.
As for the mixed2b comment, one way to get all options passed to the server is by selecting all of them before the submit.
A discussion is here: http://www.forum4designers.com/archive22-2003-12-26765.html
Posted [5/26/2005 11:17:00 PM]
email sent. Here's what I wrote.
If you can't use javascript at myspace, then I don't have any suggestions for what you want to do. If myspace claims you can use dhtml but not javascript, then that's a contradiction. You can't have dhtml without javascript.
You might want to ask your question at the myspace forum for Customizing.
http://forum.myspace.com/index.cfm?fuseaction=messageboard.viewCategory&CategoryID=68
Posted [11/12/2005 12:08:00 PM]
Your autocomplete dropdownlist object does not bind as a control on the VS toolbox. I found this same problem with the original code, which you cannot use as recommended by the author. Also, his zip file is incomplete. Can you post some code examples on how you are using this custom control?
Posted [12/02/2005 11:29:00 AM]
It's added like any other control to the toolbox. The original worked for Eric. See if you have an issue adding any custom controls to the toolbox.
Posted [12/02/2005 06:55:00 PM]
Hi all
how about adding a button which have an event fired on click in the add row example if anybody help me in this matter it will be help full
regards
this is my email id satishpathrudu03@gmail.com
Posted [12/05/2005 01:33:00 AM]
"how about adding a button which have an event fired on click"
mredkj.com has another page with an example of what you're asking: Tutorials - HTML Table Delete Row
Posted [12/05/2005 09:08:00 AM]
how to display the values entered in the textboxes(dynamically created) while selecting the radio button and clicking on "show" button in an alert box.
kindly help me.
Posted [5/16/2006 02:51:00 AM]
blockNonNumbers.js allows - (negative) symbol at the end of the number. is that intentional? if you check for the obj.value.length for zero, we can get rid of this situation. just I thought I can share my views