6,557 Topics

Member Avatar for
Member Avatar for davy_yg

How to create a button that redirect to certain location in a website which is still on the same page?

Member Avatar for Daniel_87
0
510
Member Avatar for Monrach

Getting an empty drop-down list by the following code. Trying to fetch names from the department table. Using an oracle Database... <label for="department">Department</label> <select class="form-control" name="deptname" id="deptname"> <option selected disabled></option> <?php $dbUser = "..."; $dbPass = "..."; $dbConn = "(DESCRIPTION = (ADDRESS = (PROTOCOL=TCP)(HOST=...)(PORT=1521))(CONNECT_DATA=(SID=...)))"; $conn = oci_connect($dbUser, $dbPass, $dbConn); $sql …

0
736
Member Avatar for Phil_10

I'm running a weather station with daily time lapse videos on my site.. I am wanting to run a calendar on my site so when you click on the day the video will run underneath.. I'm having trouble as to linking the video to the calendar day without creating 365 …

0
232
Member Avatar for Ashley_16

This is my code, which changes by frame, I need to do a scoring system, but when I used the following code to add a score it works fine for the first 2 frames then doubles and by the end it's like 229. Thank you for any help. Score; var …

0
250
Member Avatar for Jon_7

I have a yearly curriculum for my basketball workouts that I'd like to display online. I've created 53 unique workouts for each day of the week that include the main focus for the day, 6 drills, a quote, and a motivational story. I know I'd need a [datepicker](https://jqueryui.com/datepicker/) to accomplish …

Member Avatar for Jon_7
0
703
Member Avatar for Kim Gabrielle

I am making a webpage wherein I am going to ask for an input through an html form using php, and then call a python script after clicking "submit (flames)" to run and process the Flames game. Can someone help me on how to execute a python script through a …

Member Avatar for broj1
0
7K
Member Avatar for Dillon_4

I am trying to recieve my form email in a more organized html table format. I get the email in code form. How can i get it translated? <?php $howDidYouHear = $_POST['howDidYouHear']; $weddingDate = $_POST['weddingDate']; $weddingTime = $_POST['weddingTime']; $ceremonyLocation = $_POST['ceremonyLocation']; $receptionLocation = $_POST['receptionLocation']; $additionalLocation = $_POST['additionalLocation']; $guests = $_POST['guests']; …

Member Avatar for ryantroop
0
580
Member Avatar for QUang_3

I have a web site. http://jimmy.d2g.nu now I put a DISCLAIMER up because I have found a web site that cloned by HTML site. I heard about some kind of code that encrytions fuck I cant spell. Anywho when people view my Source is there is a way to hide …

Member Avatar for pty
0
342
Member Avatar for ekka

hello i have set a form with tow tag : first is an input[text] and the seconde is input[submit] , what i try to do is to align the tow element in one line , the problem is i'm getting margin top of the first input tag (input[text]) , i …

Member Avatar for gentlemedia
0
506
Member Avatar for ekka

i need your help , i m trying to put borders around the page in the attachment ,so i try some DIY like this : <html> <head> <style> body { /*position : relative;*/ height: 100%; max-height: 100%; } .top-border { height: 10px; width: 100%; position : absolute; top : 0; …

Member Avatar for ekka
0
841
Member Avatar for bikitybam15

For some reason, when I open Microsoft Word the top and bottom margins are non-existent. When I go to File>Page Setup, it says the top and bottom margins are set to 1 inch. I've tried changing them to a variety of different numbers, and they don't change at all. Any …

Member Avatar for Pharunee
0
14K
Member Avatar for ekka

hello guys. I'm here to ask about margin and position properties with tow example : the first is a misalignment (vertical --margin-- and horizontal --align-text-- ) of select tag, the problem is that I add align-text and margin-top properties in the CSS style, but it is invisible for the select …

Member Avatar for ekka
0
505
Member Avatar for Jon_14

Hi, I have a shortcode in WordPress that returns a number for a user. I'd like to be able to sum multiple returns of this number for different users. So it would basically do; [shortcode answer 1]+[shortcode answer 2]+[shortcode answer 3]......... Can any one let me know if this is …

0
139
Member Avatar for Jedrzej

Hello! I'm learning to program. I'm watching courses on how to create blogs in "laravel". I created an admin panel with the function of adding the article "form html". it is: title, description, text field - name is "section" I would like to add a button to add another "section". …

0
202
Member Avatar for Lisa_14

Hello friends, I'm trying to remove all tags from a Wikipedia entry, leaving a simple text file. I have downloaded an HTML file from Wikipedia and hunted through my program. But the tags are not removed properly. Instead, only nonsense comes out of it. Where is my thinker? Java: import …

Member Avatar for pty
0
377
Member Avatar for webguru_1
Member Avatar for jkon

Let me give you the context. We are a small company 5 persons , two owners and we do have a variety of interests. But to be honest the money flow comes from eshops , there we developed our own platform in PHP in a way that could be in …

Member Avatar for jkon
0
423
Member Avatar for Mr.M

Hi DW. I am able to purchase from my online store but I don't seem to be able to get the pass through data which whould be sent to my notify_url. Payfast is my payment gateway and now it does call my notify_url because two files are created after I …

0
559
Member Avatar for aixlu
Member Avatar for Natalia_3
0
3K
Member Avatar for bobby_6

Hi all, How would I read a bin file(which contents are attached below), and then from that bin file create an html file with a table of that bin files content(html format is attached as well)

0
160
Member Avatar for davy_yg

Hello, I am having a problem here. I have two version of navigation that I have created: one for pc and the other one is for cell phone. I have to leave the viewport setting like this: <meta name="viewport" content="width=1280"> if I change it like this: <meta name="viewport" content="width=device-width, initial-scale=1.0"> …

Member Avatar for gentlemedia
0
348
Member Avatar for davy_yg

Also cek the bootstrap navigation on cell phone: www.advance-web-studio.com I would like to decrease the height for each navigation item but how? Each navigation item looks too big. Thanks in advance.

Member Avatar for Kannu_2
0
384
Member Avatar for Ninja_1

I need assistance in storing checkbox API values. I have multiple checkboxes and I can display API values in html when checkbox is checked. But how do I store the initial value of a checked checkbox and show it in a span? I currently get “on” value instead of API initial value …

Member Avatar for Kannu_2
0
287
Member Avatar for davy_yg

Hello, I place this navigation on the header hoping that on the cell phone the navigation start going mobile navigation. There is one problem, I wonder why this code: @media (max-width: 576px) { is being printed on pc? header.php @media (max-width: 576px) { <nav class="navbar navbar-inverse"> <div class="container-fluid"> <div class="navbar-header"> …

Member Avatar for pty
0
356
Member Avatar for Mr.M

This may sound confusing but I have a textbox which is a cell number textbox and I want when the max length of 10 has been reached then fire the php code which is inside the same html page as form and this php code will then get the value …

Member Avatar for Mr.M
0
6K
Member Avatar for ihatehippies

I have a wx.DatePickerCtrl with the dropdown popup window that allows the user to pick a date from the calendar. What I would l like to have my program do is process an event when the user has clicked on a day in the dropdown calendar. Unfortunately the only native …

Member Avatar for gdtraveller
0
2K
Member Avatar for davy_yg

Hello, Cek this site: http://www.purelineliving.com/ Cek the top navigation. I wonder if it is possible to let the navigation remains the same on pc and change it to bootstrap navigation for mobile phone on mobile phone. Thanks in advance.

Member Avatar for gentlemedia
0
315
Member Avatar for davy_yg

Hello, Cek this site - www.purelineliving.com Is it possible to leave the pc website navigation "the same as it is", whereas on mobile it changes to vertical navigation? Thanks in advance.

Member Avatar for gentlemedia
-1
169
Member Avatar for davy_yg

Hello, Cek this site: www.advance-web-studio.com Cek the icons banner under download now. If I use the following code: <div class="row"> <div class="icons-area text-center"> <center></center><img class="img-responsive" src="<?php base_url() ?>public/images/icons.jpg" style="margin-left: auto; margin-right: auto; height: 200px;" alt="AWS"></center> </div> </div> with the style on pc it looks good but on handphone it start …

0
213
Member Avatar for Mr.M

Hi everyone. I'm having a very seriouse problem where I have a textbox and I want a button and I want to take whatever a user type in this textbox/textarea and set it to the `data-name` which is a button's parameter. Here is the codes. Textarea: `<input type="text" id="dCell" value="Cellphone …

Member Avatar for gentlemedia
0
444

The End.