Thanking you.
The link in my 'Test Page' is written as:
Show Test Form in a lightbox popup
And the link page to that is:
http://www.raihans.co.uk/homepage/test-form
The page...
Type: Posts; User: raihan; Keyword(s):
Thanking you.
The link in my 'Test Page' is written as:
Show Test Form in a lightbox popup
And the link page to that is:
http://www.raihans.co.uk/homepage/test-form
The page...
Hi, Thanks a lot for your reply. I have tried as you suggest. You may have a look please.
It's coming with the full page, instead I need to show only the form. Also I have used exactly same code to...
Hi, come back to you again. Hope you doing well.
I have made a form in my site: raihans.co.uk, Login with 'dbuser', 'passwd' please. Then hover 'Home' and click on 'Test page'.
I have got this...
Hi, Thanks a lot for your reply.
I know what you saying. But, from my last course in my school, there was a video player named something like network player, which needs Java to install. In that...
sorry, it's working now. It's all about google code though. I have used google document viewer in my code as:
<iframe height="420"...
Hi,
Sorry to reply a bit late. You are right, my topics are having mix and match. But if I do use new topics, I haven't got much reply as you do. You are really very helpful. I am grateful to you.
...
Hi, Thanks a lot for your reply.
You have added a new line :
c.disabled = c.options.length < 2;
What is this line doing here, please? Can't understand. Thanking you...
Hi, Sorry, seems it's working now. Don't know why it's didn't work for sometime. Anyway, it's working now in all of my computer (Win XP, 7, 2008 Server, Ubuntu desktop and Server) with all the...
Hi,
Just realized - if I open my site from Joomla Admin panel, then it's working fine. But if I go in my site without Joomla Admin panel our problem is still there. Any idea, please? Is ajax code...
Hi,
very very very thanks to you. It's working now. I was struggling with that abour 3 months now.
At the end the problem was with ajax. Mainly my ajax code was not working in joomla platform....
Yes, you are right, I have entry only for Bangladesh, Spain and Turkey. Just as a test.
As you mentioned I have added another Combo. As I click on Country, 2nd Combo get changed, but doesn't show...
Yes, you are right, I have entry only for Bangladesh, Spain and Turkey. Just as a test.
As you mentioned I have added another Combo. As I click on Country, 2nd Combo get changed, but doesn't show...
I did like:
<script>
function run() {
var str = document.getElementById("Combo1").value;
document.getElementById("Text1").value = str;
(function($){
$.ajax({
url:...
Hi, Thanks a lot for your reply. Sorry, I don't know anything about ajax. But I have tried like below:
<script>
function run() {
var str = document.getElementById("Combo1").value;...
Hi jscheuer1,
Thanks a lot for your help in those days, came back to you again with a problem.
Please log in to my site: raihans.co.uk with 'dbuser', 'passwd'. Then hover to 'User Log In/Out' and...
Hi,
I am trying to make one combo list to another combo list through database. Here is what I did so far:
<script>
function run() {
var str = document.getElementById("Combo1").value;...
Hi,
I have a query like:
$category = "SELECT State_Name FROM Test_State LEFT JOIN Test_Country USING (CountryID) WHERE Country_Name='Spain'";
It's working fine. Instead of giving the Data...
Hi, I have made a bit progress. I have the list of data from a column in the Table, to Combo Box. I have used the following code in my Joomla article:
{source}
<select>
<option value=""...
Thanx a lot for ur reply. I will try as u suggest me. If I do with Javascript, then pls get back to me sometime.
Raihan
Hi,
No one replied anything yet to me.
Anyway, I have tried a bit with myself. I am using Joomla 3.0 and for using my code in the Article I have used 'Sourcerer' extension. As mentioned...
Hi,
I have created few tables and combo boxes in my site. Please have a check on raihans.co.uk, log in with userdb, pwd: open. then hover on User Log In/Out and click on DB Test.
The Country,...
Hi vwphillips,
Thnx a lot for your reply. It's working with a bit modification as of my requirement. Could you please also help me about DBs, I will gratefull to you.
After your reply, I will...
Hi,
I have created few combo box with few data in those. Please check my site raihans.co.uk. and log in as: dbuser, pass: passwd. Then hover on User Log In/Out, click DB Test.
What I am looking...
Thanks a lot for your reply.
I have recently added chat option into my site (raihans.co.uk). I have used a third party chat component, named freichat, which is free to use. But in a corner it shows...
Hi, What changes have you made in mootools-core.js (post # 28) - so my webpage working now as a browser independent webpage, please? Thank you.